Sdk/ParticleEmitterComponent: Fix Enable inline option
This commit is contained in:
parent
a2a05f6d92
commit
f363420ebe
|
|
@ -24,7 +24,7 @@ namespace Ndk
|
|||
ParticleEmitterComponent(ParticleEmitterComponent&& emitter) = default;
|
||||
~ParticleEmitterComponent() = default;
|
||||
|
||||
void Enable(bool active = true);
|
||||
inline void Enable(bool active = true);
|
||||
|
||||
inline bool IsActive() const;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue