From 3f34c9020e7c300d8ccf7b6f9d5e67527ff7e321 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sat, 14 Aug 2021 18:22:30 -0400 Subject: [PATCH] * [ParticleEmitter] BugFix: Make GCC happy by removing the inline specification on updateKeyData. --- Engine/source/T3D/fx/particleEmitter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/T3D/fx/particleEmitter.h b/Engine/source/T3D/fx/particleEmitter.h index 571dd2c8b..32bf5beca 100644 --- a/Engine/source/T3D/fx/particleEmitter.h +++ b/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: