Fixed warnings

This commit is contained in:
Robert Osfield
2009-05-26 10:10:11 +00:00
parent 1f9ef36545
commit baf1899f33
3 changed files with 4 additions and 4 deletions

View File

@@ -577,4 +577,3 @@ char DirectionalLightShaderSource[] =
" diffuse += gl_LightSource[i].diffuse * nDotVP; \n" //22
" specular += gl_LightSource[i].specular * pf; \n" //23
"} \n";//24