diff options
Diffstat (limited to 'src/particle/particleengine.h')
-rw-r--r-- | src/particle/particleengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle/particleengine.h b/src/particle/particleengine.h index a0315d481..5020a5ffa 100644 --- a/src/particle/particleengine.h +++ b/src/particle/particleengine.h @@ -73,7 +73,7 @@ class ParticleEngine final * Gives a particle the properties of an engine root particle and loads * the particle-related config settings. */ - void setupEngine() restrict2; + static void setupEngine(); /** * Updates particle position, returns false when the particle should |