diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-12 11:49:20 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-12 11:49:20 +0100 |
| commit | 38eca426c03946cc42d7d683c09fefba324f19bf (patch) | |
| tree | a47655c181c02e849dc0a401696c2b68e7fadf0e /tomorrowthegroundGUI | |
| parent | cd3ff8be099394651de63372b3c35d8e125ed0e0 (diff) | |
reduced lag in GUI
Diffstat (limited to 'tomorrowthegroundGUI')
| -rw-r--r-- | tomorrowthegroundGUI/tomorrowthegroundGUI.pde | 2 |
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"); |
