Fix truncated UI text
authorMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Sun, 26 May 2013 21:10:54 +0000 (14:10 -0700)
committerMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Sun, 26 May 2013 21:10:54 +0000 (14:10 -0700)
_Overlay.pde

index e21c9cdff0f5f4bd222ace65c4d2b770e7680edd..dbf128b22eecdfa03a7dbbccea61a1b473f6eb6d 100644 (file)
@@ -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<LXParameter> items, int index) {