Use cls() instead of rectfill() to try and reduce 'black screen' errors.
This commit is contained in:
parent
53896b0f0e
commit
2ca23a7b4e
|
@ -16,7 +16,7 @@ function debug_t(mode)
|
|||
debug_map = not debug_map
|
||||
elseif mode == "sfx" then
|
||||
debug_sfx = not debug_sfx
|
||||
elseif mode == "" then
|
||||
elseif mode == "mod" then
|
||||
debug_mod_buffer = not debug_mod_buffer
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user