goat3d

changeset 102:0ea2b355bc96

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 12 Sep 2015 17:32:12 +0300
parents a7c7fbeef93b
children 45a9d493e98c
files goatview/src/goatview.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/goatview/src/goatview.cc	Wed May 21 05:29:55 2014 +0300
     1.2 +++ b/goatview/src/goatview.cc	Sat Sep 12 17:32:12 2015 +0300
     1.3 @@ -454,7 +454,7 @@
     1.4  	} else {
     1.5  		glDisable(GL_LIGHTING);
     1.6  	}
     1.7 -	updateGL();
     1.8 +	post_redisplay();
     1.9  }
    1.10  
    1.11  #ifndef GLEW_ARB_transpose_matrix
    1.12 @@ -666,7 +666,7 @@
    1.13  
    1.14  		if(cam_dist < 0.0) cam_dist = 0.0;
    1.15  	}
    1.16 -	updateGL();
    1.17 +	post_redisplay();
    1.18  }
    1.19  
    1.20  static const char *about_str =