summaryrefslogtreecommitdiff
path: root/tomorrowthegroundGUI
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-06-12 11:49:20 +0100
committerTim Redfern <tim@eclectronics.org>2012-06-12 11:49:20 +0100
commit38eca426c03946cc42d7d683c09fefba324f19bf (patch)
treea47655c181c02e849dc0a401696c2b68e7fadf0e /tomorrowthegroundGUI
parentcd3ff8be099394651de63372b3c35d8e125ed0e0 (diff)
reduced lag in GUI
Diffstat (limited to 'tomorrowthegroundGUI')
-rw-r--r--tomorrowthegroundGUI/tomorrowthegroundGUI.pde2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde
index 478488b..29fe559 100644
--- a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde
+++ b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde
@@ -12,7 +12,7 @@ void setup()
{
bgmaps=new PImage[2];
sendIP="127.0.0.1";
- int map=3;
+ int map=2;
switch (map) {
case 1:
bgmaps[0] = loadImage("gentmap.png");