Fixed logging in example project

This commit is contained in:
Matthias Hochgatterer
2011-08-05 08:09:09 +02:00
parent 9e1f038e3a
commit f889ae59bc
+1 -1
View File
@@ -162,7 +162,7 @@
}
if(event.type == NSRightMouseUp){
NSLog(@"left mouse up");
NSLog(@"right mouse up");
}
}