diff options
Diffstat (limited to 'Source/Asura/Graphics/ParticleSystem.h')
-rw-r--r-- | Source/Asura/Graphics/ParticleSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura/Graphics/ParticleSystem.h b/Source/Asura/Graphics/ParticleSystem.h index 98aba49..2c22608 100644 --- a/Source/Asura/Graphics/ParticleSystem.h +++ b/Source/Asura/Graphics/ParticleSystem.h @@ -8,7 +8,7 @@ namespace AsuraEngine namespace Graphics { - class ParticleSystem : public Component + class ParticleSystem final : public Component { }; |