From 0035e0d47bbce8311d3a4e559e74b8cdc5209d47 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Oct 2021 01:06:48 +0800 Subject: *load image --- 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 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") -- cgit v1.1-26-g67d0