From 6fccac3f44be01b62b623959361cef2cbb9457a3 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 21 Apr 2024 08:09:53 -0400 Subject: lua extend stars demo plugin extend the stars demo plugin with hit testing and more draw_poly now returns the extent of the figure it drew the sim doesn't strip debug info now unnamed upvals will display "" instead of just ending the debug line [Bugfix] fix make file name conflict for picross Change-Id: If342aaff314972c187fa1f299d956e3482366e57 --- apps/plugins/lua/luaconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/lua/luaconf.h') diff --git a/apps/plugins/lua/luaconf.h b/apps/plugins/lua/luaconf.h index f7dd99b19e..77d4057118 100644 --- a/apps/plugins/lua/luaconf.h +++ b/apps/plugins/lua/luaconf.h @@ -818,6 +818,7 @@ extern long rb_pow(long, long); /*else*/ #define LUA_USER_H "lua_user.h" #define LUA_DISABLE_BYTECODE +#ifndef SIMULATOR #define LUA_OPTIMIZE_DEBUG 2 /* Lua Compact Debug -- Terry Ellison 2015 */ - +#endif #endif -- cgit v1.2.3