diff options
author | chai <chaifix@163.com> | 2019-01-29 21:07:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-29 21:07:22 +0800 |
commit | 8d6eb73fcd8d42ced53fc4178d4f4fc35c63abf3 (patch) | |
tree | dc4b7503629699b984ee22988e6e163e9c6a1063 /Source/Asura.Framework/graphics/mesh2d.lua | |
parent | 6756fad2ec987b48f9e2afb967d9ba65f117f9b9 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Framework/graphics/mesh2d.lua')
-rw-r--r-- | Source/Asura.Framework/graphics/mesh2d.lua | 9 |
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 |