mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
OpenGL2: Remove duplicate textureFloat = qfalse
glRefConfig.textureFloat is set to qfalse near wrong extension and then farther down by the correct extension. Removing this has no effect.
This commit is contained in:
parent
420bd09164
commit
0334f4a59b
1 changed files with 0 additions and 1 deletions
|
@ -468,7 +468,6 @@ void GLimp_InitExtraExtensions()
|
|||
|
||||
// GL_ARB_shading_language_100
|
||||
extension = "GL_ARB_shading_language_100";
|
||||
glRefConfig.textureFloat = qfalse;
|
||||
if( GLimp_HaveExtension( extension ) )
|
||||
{
|
||||
char version[256];
|
||||
|
|
Loading…
Reference in a new issue