This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
prog/tests: Fix MSVC build.
tags/mesa_7_7_rc1
Vinson Lee
16 years ago
parent
6c1cd4c558
commit
96fd13c1a0
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
progs/tests/crossbar.c
+ 1
- 1
progs/tests/crossbar.c
View File
@@ -145,7 +145,7 @@ static void Init( void )
{
const char * const ver_string = (const char * const)
glGetString( GL_VERSION );
float ver = strto
f
( ver_string, NULL );
float ver = strto
d
( ver_string, NULL );
GLint tex_units;
GLint temp[ 256 ];
Write
Preview
Loading…
Cancel
Save