diff grid.mm @ 16:fb2ef16dd013

Split alert views. Settled on using portrait mode.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Thu, 17 Jan 2013 18:21:48 +0000
parents 346807b47860
children e44dc6f7f12e
line wrap: on
line diff
--- a/grid.mm	Thu Jan 17 13:01:19 2013 +0000
+++ b/grid.mm	Thu Jan 17 18:21:48 2013 +0000
@@ -182,6 +182,7 @@
 void Grid::draw(){  // draw lines
     // TODO too friggin long
     
+    pixSize.setCoord(ofGetWidth(), ofGetHeight()); // incase of rotation?
     //scale++;
     // nice loopy thing
     int power = 0;