Explorar o código

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

Robert MacGregor %!s(int64=4) %!d(string=hai) anos
pai
achega
3f34c9020e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: