diff options
author | chai <chaifix@163.com> | 2021-11-12 09:45:23 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-12 09:45:23 +0800 |
commit | bfbe1b31322030d0af6f4d010f578c0b3b3dde21 (patch) | |
tree | 493d0833e6fb9979df9519a77a0314ec59259c7c /Data/boot.lua | |
parent | 8113eb9f4b1152c03ea7e4de632dcdde9b32b6bf (diff) |
*split window
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 bb95b16..9d372c9 100644 --- a/Data/boot.lua +++ b/Data/boot.lua @@ -35,7 +35,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")
|