summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/graphics/mesh2d.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/graphics/mesh2d.lua')
-rw-r--r--Source/Asura.Framework/graphics/mesh2d.lua9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/Asura.Framework/graphics/mesh2d.lua b/Source/Asura.Framework/graphics/mesh2d.lua
index 1c53608..13b270a 100644
--- a/Source/Asura.Framework/graphics/mesh2d.lua
+++ b/Source/Asura.Framework/graphics/mesh2d.lua
@@ -1,6 +1,9 @@
-local Mesh2D = AsuraEngine.Asset.Sub("Mesh2D")
-AsuraEngine.Mesh2D = Mesh2D
+AsuraEngine.Mesh2D = AsuraEngine.Asset.Sub("Mesh2D")
+
+local Mesh2D = AsuraEngine.Mesh2D
function Mesh2D.Ctor(self)
-end \ No newline at end of file
+end
+
+return Mesh2D \ No newline at end of file