From 51ced5a191078ce4ef08d57e343e91db007f556f Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Oct 2021 19:30:06 +0800 Subject: *misc --- Data/boot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Data/boot.lua') diff --git a/Data/boot.lua b/Data/boot.lua index 62b5d96..ad8f4da 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") -- cgit v1.1-26-g67d0