소스 검색

* [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: