فهرست منبع

* [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.
    // code to expose the necessary members and methods.
    void update( U32 ms );
    void update( U32 ms );
 protected:
 protected:
-   inline void updateKeyData( Particle *part );
+    void updateKeyData( Particle *part );
  
  
 
 
   private:
   private: