Damn, Errant commit. I hate scripts.

SVN revision: 1964
This commit is contained in:
Wayde Milas 2000-01-24 03:10:13 +00:00
parent 29b5ac60f7
commit dd22073df5
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ enable_lighting(void)
{
GLfloat mat_specular[] = {1.0, 1.0, 1.0, 1.0};
GLfloat mat_shininess[] = {50.0};
GLfloat light_position[] = {0.0, 0.0, 1200.0, 0.0};
GLfloat light_position[] = {0.0, 0.0, 11200.0, 0.0};
GLfloat white_light[] = {1.0, 1.0, 1.0, 1.0};
glMaterialfv(GL_FRONT, GL_SPECULAR, mat_specular);