erebus

diff src/main.cc @ 15:20d6c05529f1

debugging the sphere problem
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 25 May 2014 02:00:07 +0300
parents 506e114b7ca2
children 6204e4d3f445
line diff
     1.1 --- a/src/main.cc	Sat May 24 21:56:04 2014 +0300
     1.2 +++ b/src/main.cc	Sun May 25 02:00:07 2014 +0300
     1.3 @@ -199,7 +199,7 @@
     1.4  
     1.5  static void motion(int x, int y)
     1.6  {
     1.7 -	if(erb_input_mouse_move(erb, x, y)) {
     1.8 +	if(erb_input_mouse_motion(erb, x, y)) {
     1.9  		glutPostRedisplay();
    1.10  	}
    1.11  }