summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/Filesystem/material_loader.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/Filesystem/material_loader.lua')
-rw-r--r--Source/Asura.Framework/Filesystem/material_loader.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Asura.Framework/Filesystem/material_loader.lua b/Source/Asura.Framework/Filesystem/material_loader.lua
index 8ecfa51..2ea47f4 100644
--- a/Source/Asura.Framework/Filesystem/material_loader.lua
+++ b/Source/Asura.Framework/Filesystem/material_loader.lua
@@ -2,9 +2,7 @@ local MaterialLoader = AsuraEngine.Loader.New("material")
local MaterialManager = require "MaterialManager"
function MaterialLoader.Load(mat)
-
-
-
+
end
return MaterialLoader \ No newline at end of file