summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/graphics/camera.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/scripts/graphics/camera.lua')
-rw-r--r--Source/Asura.Framework/scripts/graphics/camera.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura.Framework/scripts/graphics/camera.lua b/Source/Asura.Framework/scripts/graphics/camera.lua
index 383c328..a989de6 100644
--- a/Source/Asura.Framework/scripts/graphics/camera.lua
+++ b/Source/Asura.Framework/scripts/graphics/camera.lua
@@ -1,4 +1,4 @@
-AsuraEngine.Camera = AsuraEngine.Component.Sub("Camera")
+AsuraEngine.Camera = AsuraEngine.Component.Extend("Camera")
local Camera = AsuraEngine.Camera