diff options
author | chai <chaifix@163.com> | 2019-01-31 18:38:35 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-31 18:38:35 +0800 |
commit | 2ec55fd974a63b705a4777c256d2222c874fa043 (patch) | |
tree | 48f1fea59ee9fc713a28a9aac3f05b98dc5ae66f /Source/Asura.Framework/scripts/filesystem/path_loader.lua | |
parent | c581dfbf1e849f393861d15e82aa6446c0c1c310 (diff) |
*SDL project
Diffstat (limited to 'Source/Asura.Framework/scripts/filesystem/path_loader.lua')
-rw-r--r-- | Source/Asura.Framework/scripts/filesystem/path_loader.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura.Framework/scripts/filesystem/path_loader.lua b/Source/Asura.Framework/scripts/filesystem/path_loader.lua index 8618c03..8cdd1a3 100644 --- a/Source/Asura.Framework/scripts/filesystem/path_loader.lua +++ b/Source/Asura.Framework/scripts/filesystem/path_loader.lua @@ -2,7 +2,7 @@ require "Path/PathManager" local loader = AsuraEngine.Loader.New("path") -function loader.Load(asset) +function loader.OnLoad(asset) if asset.type ~= "path" then return nil end |