diff options
Diffstat (limited to 'Source/Asura.Framework/scripts/path')
-rw-r--r-- | Source/Asura.Framework/scripts/path/path.lua | 4 | ||||
-rw-r--r-- | Source/Asura.Framework/scripts/path/path_calculator.lua | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/Asura.Framework/scripts/path/path.lua b/Source/Asura.Framework/scripts/path/path.lua index 3b6079d..1fc9b3a 100644 --- a/Source/Asura.Framework/scripts/path/path.lua +++ b/Source/Asura.Framework/scripts/path/path.lua @@ -6,8 +6,8 @@ end -- ToAssetѶpathתΪ.assetļʽ function Path.ToAsset(path) - local builder = AsuraEngine.AssetBuilder.Get() - + local builder = AsuraEngine.AssetBuilder.Get() + end return Path
\ No newline at end of file diff --git a/Source/Asura.Framework/scripts/path/path_calculator.lua b/Source/Asura.Framework/scripts/path/path_calculator.lua index 1a564b8..d44da08 100644 --- a/Source/Asura.Framework/scripts/path/path_calculator.lua +++ b/Source/Asura.Framework/scripts/path/path_calculator.lua @@ -6,7 +6,7 @@ local PathCalculator = AsuraEngine.Component.New("PathCalculator") PathCalculator.path = AsuraEngine.Asset.Type("path", "·") function PathCalculator:ctor(path) - self.path = path + self.path = path end return PathCalculator
\ No newline at end of file |