diff options
Diffstat (limited to 'Source/Asura.Framework/Filesystem/path_loader.lua')
-rw-r--r-- | Source/Asura.Framework/Filesystem/path_loader.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/Asura.Framework/Filesystem/path_loader.lua b/Source/Asura.Framework/Filesystem/path_loader.lua index b9112df..c62be96 100644 --- a/Source/Asura.Framework/Filesystem/path_loader.lua +++ b/Source/Asura.Framework/Filesystem/path_loader.lua @@ -2,10 +2,9 @@ local PathLoader = AsuraEngine.Loader.New("path") local PathManager = require "Path/PathManager" function PathLoader.Load(asset) - if asset.type ~= "path" then - return nil - end - + if asset.type ~= "path" then + return nil + end end return Path
\ No newline at end of file |