From: Mark Slee Date: Sun, 26 May 2013 21:10:54 +0000 (-0700) Subject: Fix truncated UI text X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=e8f5282dde82e4db37f4c4d620bc02ef79b62f7c;p=SugarCubes.git Fix truncated UI text --- diff --git a/_Overlay.pde b/_Overlay.pde index e21c9cd..dbf128b 100644 --- a/_Overlay.pde +++ b/_Overlay.pde @@ -144,7 +144,7 @@ class OverlayUI { fill(#999999); textFont(itemFont); textAlign(LEFT); - text("Tap 'u' to hide UI (~+3FPS)", leftTextPos, height-6); + text("Tap 'u' to hide UI", leftTextPos, height-6); } public LXParameter getOrNull(List items, int index) {