mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
prog/tests: Fix MSVC build.
This commit is contained in:
parent
6c1cd4c558
commit
96fd13c1a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue