diff options
author | chai <chaifix@163.com> | 2021-10-27 01:06:48 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-27 01:06:48 +0800 |
commit | 0035e0d47bbce8311d3a4e559e74b8cdc5209d47 (patch) | |
tree | 51429abc6f8e50af1fc6ecfac0301a5667f6564b /Data/boot.lua | |
parent | 12f3ac102d3aea08af540dd7f2cf0e08e939a70d (diff) |
*load image
Diffstat (limited to 'Data/boot.lua')
-rw-r--r-- | Data/boot.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Data/boot.lua b/Data/boot.lua index ad8f4da..62b5d96 100644 --- a/Data/boot.lua +++ b/Data/boot.lua @@ -14,7 +14,7 @@ package.cpath=package.cpath .. ";" .. engineCLibs .. ";" .. editorCLibs -- debugging
-- 在这里会报一个异常, 不知道为什么
---require("LuaPanda").start("127.0.0.1",8818)
+require("LuaPanda").start("127.0.0.1",8818)
-- redirect
if GAMELAB_DEBUG then
@@ -32,7 +32,7 @@ require "GameLab.Editor" require "GameLab.Editor.GUI"
-- debugging
-require("LuaPanda").start("127.0.0.1",8818)
+--require("LuaPanda").start("127.0.0.1",8818)
-- launch editor
dofile("./Scripts/EditorApplication.lua")
|