Merge pull request #533 from Ragora/bugfix-linux-release-builds

Bugfix linux release builds for Clang
This commit is contained in:
Brian Roberts 2021-08-20 21:55:16 -05:00 committed by GitHub
commit c04f3ae166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 25 deletions

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: