temp: disable UI.empty()

pull/11814/head
Dax Raad 2026-02-02 12:55:05 -05:00
parent 2aaf6ca27d
commit 2b4fe1c320
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ export namespace UI {
let blank = false
export function empty() {
return
if (blank) return
println("" + Style.TEXT_NORMAL)
blank = true