From 3209f698306ab0cf22ef0fe31a722bad22214691 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 2 May 2012 16:43:12 +0100 Subject: building xml loader --- tomorrowthegroundGUI/tomorrowthegroundGUI.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tomorrowthegroundGUI') diff --git a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde index b784b99..0fe919e 100644 --- a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde +++ b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde @@ -36,6 +36,6 @@ void mouseDragged() y=mouseY; float fx=((float)mouseX)/width; float fy=((float)mouseY)/height; - udp.send(((fx*fw)+lng1)+","+((fy*fh)+lat2)+"\n","127.0.0.1",5204); + udp.send(((fy*fh)+lat2)+","+((fx*fw)+lng1)+"\n","127.0.0.1",5400); } } -- cgit v1.2.3