From 7095218ad1cf958d4fc2f20d848190ea6cd9dd8c Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 23 Jan 2019 21:01:30 +0800 Subject: *misc --- Source/Asura.Framework/filesystem/path_loader.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Source/Asura.Framework/filesystem/path_loader.lua') 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 -- cgit v1.1-26-g67d0