Skip to content

Commit 898acb4

Browse files
committed
Set lua global debug to nil to match pico 8 lua
1 parent ea531f4 commit 898acb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/p8GlobalLuaFunctions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ costatus = coroutine.status
102102
--Debug
103103
---------------------------------
104104
trace = debug.traceback
105+
debug = nil
105106
106107
sub = string.sub
107108
pack = table.pack

0 commit comments

Comments
 (0)