goat3dgfx

diff examples/viewscn/src/main.cc @ 25:6236080aaea4

LIBOVR conditional compilation fix
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 27 Feb 2014 01:40:12 +0200
parents 6f82b9b6d6c3
children
line diff
     1.1 --- a/examples/viewscn/src/main.cc	Tue Feb 25 23:47:48 2014 +0200
     1.2 +++ b/examples/viewscn/src/main.cc	Thu Feb 27 01:40:12 2014 +0200
     1.3 @@ -87,9 +87,9 @@
     1.4  
     1.5  	//setup_gl_matrices();
     1.6  
     1.7 -	bind_shader(sdr);
     1.8 +	goatgfx::bind_shader(sdr);
     1.9  	scn->draw();
    1.10 -	bind_shader(0);
    1.11 +	goatgfx::bind_shader(0);
    1.12  
    1.13  	/*glBegin(GL_QUADS);
    1.14  	glColor3f(1, 1, 1);