mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
* [ParticleEmitter] BugFix: Make GCC happy by removing the inline specification on updateKeyData.
This commit is contained in:
parent
eca3fbfa67
commit
3f34c9020e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue