btex: typesetting toc

This commit is contained in:
minjaesong
2024-04-26 19:53:23 +09:00
parent f16944d000
commit 6264e0d963
3 changed files with 82 additions and 26 deletions

View File

@@ -67,7 +67,7 @@ class UICrafting(val full: UIInventoryFull?) : UICanvas(
UIInventoryFull.drawBackground(batch, opacity)
}
// uiItems.forEach { it.render(frameDelta, batch, camera) }
uiItems.forEach { it.render(frameDelta, batch, camera) }
}
override fun dispose() {