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

This commit is contained in:
Robert MacGregor 2021-08-14 18:22:30 -04:00
parent eca3fbfa67
commit 3f34c9020e

View file

@ -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: