From ec40d34859ab17e26b174ccca1eef68f31ec0817 Mon Sep 17 00:00:00 2001 From: Song Minjae Date: Mon, 31 Oct 2016 13:30:26 +0900 Subject: [PATCH] todo Former-commit-id: aed8c9441d9b8852aa668d6ba7180eeb0f1097f9 Former-commit-id: 6ab896205ff0b5538b70e0d19638cab2fdae8c89 --- src/net/torvald/terrarum/StateInGame.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/torvald/terrarum/StateInGame.kt b/src/net/torvald/terrarum/StateInGame.kt index 2ae384be4..426028b55 100644 --- a/src/net/torvald/terrarum/StateInGame.kt +++ b/src/net/torvald/terrarum/StateInGame.kt @@ -274,6 +274,7 @@ constructor() : BasicGameState() { // make camara work // // compensate for zoom. UIs must be treated specially! (see UIHandler) g.translate(-MapCamera.cameraX * screenZoom, -MapCamera.cameraY * screenZoom) + // TODO add new framebuffer so that whole map is zoomed at once, yet not the UI /////////////////////////////