summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/path/path_calculator.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/scripts/path/path_calculator.lua')
-rw-r--r--Source/Asura.Framework/scripts/path/path_calculator.lua2
1 files changed, 1 insertions, 1 deletions
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