summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/filesystem/path_loader.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/scripts/filesystem/path_loader.lua')
-rw-r--r--Source/Asura.Framework/scripts/filesystem/path_loader.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Asura.Framework/scripts/filesystem/path_loader.lua b/Source/Asura.Framework/scripts/filesystem/path_loader.lua
deleted file mode 100644
index 986e42c..0000000
--- a/Source/Asura.Framework/scripts/filesystem/path_loader.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-require "Path/PathManager"
-
-local loader = AsuraEngine.Loader.New("path")
-
-function loader.OnLoad(asset)
- if asset.type ~= "path" then
- return nil
- end
-end \ No newline at end of file