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.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Asura.Framework/scripts/filesystem/path_loader.lua b/Source/Asura.Framework/scripts/filesystem/path_loader.lua
index 8cdd1a3..986e42c 100644
--- a/Source/Asura.Framework/scripts/filesystem/path_loader.lua
+++ b/Source/Asura.Framework/scripts/filesystem/path_loader.lua
@@ -3,7 +3,7 @@ require "Path/PathManager"
local loader = AsuraEngine.Loader.New("path")
function loader.OnLoad(asset)
- if asset.type ~= "path" then
- return nil
- end
+ if asset.type ~= "path" then
+ return nil
+ end
end \ No newline at end of file