mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 12:30:31 +00:00
Merge pull request #533 from Ragora/bugfix-linux-release-builds
Bugfix linux release builds for Clang
This commit is contained in:
commit
c04f3ae166
4 changed files with 27 additions and 25 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