Ver código fonte

* [ParticleEmitter] BugFix: Make GCC happy by removing the inline specification on updateKeyData.

Robert MacGregor 4 anos atrás
pai
commit
3f34c9020e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Engine/source/T3D/fx/particleEmitter.h

+ 1 - 1
Engine/source/T3D/fx/particleEmitter.h

@@ -278,7 +278,7 @@ class ParticleEmitter : public GameBase
    // code to expose the necessary members and methods.
    void update( U32 ms );
 protected:
-   inline void updateKeyData( Particle *part );
+    void updateKeyData( Particle *part );
  
 
   private: