still broken, still renders

because im going to break it once again
See my comment in PostProcessor.kt
This commit is contained in:
minjaesong
2018-06-28 21:31:39 +09:00
parent 9736d39e04
commit abd1827182
8 changed files with 111 additions and 53 deletions

View File

@@ -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
*/