add support for ARB_texture_env_combine

This commit is contained in:
Chris Danford
2006-02-21 20:38:21 +00:00
parent 0e3cccdbf2
commit d7400af2c2
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1419,7 +1419,7 @@ void RageDisplay_OGL::SetTextureModeModulate()
void RageDisplay_OGL::SetTextureModeGlow()
{
if( !GLExt.m_bEXT_texture_env_combine )
if( !GLExt.m_bARB_texture_env_combine && !GLExt.m_bEXT_texture_env_combine )
{
/* This is changing blend state, instead of texture state, which isn't
* great, but it's better than doing nothing. */