(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 12:07:00 +0000 (20:07 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 12:07:00 +0000 (20:07 +0800)
scene.c

diff --git a/scene.c b/scene.c
index ccb5dac..31eff0e 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -206,6 +206,8 @@ void mouse(int button, int state, int x, int y) {
       } else if ( state == GLUT_UP ) {\r
         buttonSelected = -1;\r
       }\r
+      startx = x;\r
+      starty = y;\r
       break;\r
   }\r
 }\r

UCC git Repository :: git.ucc.asn.au