mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
still broken, still renders
because im going to break it once again See my comment in PostProcessor.kt
This commit is contained in:
@@ -119,6 +119,14 @@ class BasicDebugInfoWindow : UICanvas() {
|
||||
|
||||
printLine(batch, 9, "tile@cursor $ccG$tileNum ($mtX, $mtY)")
|
||||
|
||||
|
||||
var dbgCnt = 11
|
||||
Terrarum.debugTimers.forEach { t, u ->
|
||||
printLine(batch, dbgCnt, "$ccM$t $ccG$u$ccY ns")
|
||||
dbgCnt++
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Second column
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user