summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/graphics/particle_system.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/scripts/graphics/particle_system.lua')
-rw-r--r--Source/Asura.Framework/scripts/graphics/particle_system.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura.Framework/scripts/graphics/particle_system.lua b/Source/Asura.Framework/scripts/graphics/particle_system.lua
index a2e3c26..8de3258 100644
--- a/Source/Asura.Framework/scripts/graphics/particle_system.lua
+++ b/Source/Asura.Framework/scripts/graphics/particle_system.lua
@@ -1,6 +1,6 @@
require "graphics.sprite_renderer"
-AsuraEngine.ParticleSystem = AsuraEngine.Component.Sub("ParticleSystem")
+AsuraEngine.ParticleSystem = AsuraEngine.Component.Extend("ParticleSystem")
local ParticleSystem = AsuraEngine.ParticleSystem