prog/tests: Fix MSVC build.

This commit is contained in:
Vinson Lee 2009-10-12 18:05:05 -06:00 committed by Brian Paul
parent 6c1cd4c558
commit 96fd13c1a0
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ static void Init( void )
{
const char * const ver_string = (const char * const)
glGetString( GL_VERSION );
float ver = strtof( ver_string, NULL );
float ver = strtod( ver_string, NULL );
GLint tex_units;
GLint temp[ 256 ];