mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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.
|
// 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue