From e8f5282dde82e4db37f4c4d620bc02ef79b62f7c Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Sun, 26 May 2013 14:10:54 -0700 Subject: [PATCH] Fix truncated UI text --- _Overlay.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1