mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
parent
5a25adb646
commit
89e747920f
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