mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
parent
89e747920f
commit
791b754687
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ static void Init( void )
|
|||
{
|
||||
const char * const ver_string = (const char * const)
|
||||
glGetString( GL_VERSION );
|
||||
const float ver = strtof( ver_string, NULL );
|
||||
const float ver = strtod( ver_string, NULL );
|
||||
|
||||
|
||||
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue