Browse Source

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

Robert MacGregor 4 năm trước cách đây
mục cha
commit
3f34c9020e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: