diff options
author | chai <chaifix@163.com> | 2021-11-13 17:29:45 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-13 17:29:45 +0800 |
commit | 73dc62da054cbc18afc694f803ebff7fe24f4eca (patch) | |
tree | 5ed1fa0166891569e3dd6f3fa9d2ec2a83754624 /Data/boot.lua | |
parent | 9b1f8214eea0c86d41f903a5feba9aac78603df1 (diff) |
* split
Diffstat (limited to 'Data/boot.lua')
-rw-r--r-- | Data/boot.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/boot.lua b/Data/boot.lua index 091aff0..f6eeea9 100644 --- a/Data/boot.lua +++ b/Data/boot.lua @@ -36,7 +36,7 @@ require "GameLab.Editor" require "GameLab.Editor.Window"
-- debugging
---require("LuaPanda").start("127.0.0.1",8818)
+require("LuaPanda").start("127.0.0.1",8818)
-- launch editor
dofile("./Scripts/EditorApplication.lua")
|