浏览代码

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

Robert MacGregor 4 年之前
父节点
当前提交
3f34c9020e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: