fix compilation on windows. r+a=fixing-bustage
This commit is contained in:
@@ -456,7 +456,7 @@ WebGLContext::InitAndValidateGL()
|
||||
// http://www.gamedev.net/community/forums/topic.asp?topic_id=525643
|
||||
// Also, if the ATI/Windows driver implements a recent GL spec version, this shouldn't be needed anyway.
|
||||
#ifdef XP_WIN
|
||||
if (gl->Vendor() != GLContext::VendorATI))
|
||||
if (gl->Vendor() != gl::GLContext::VendorATI)
|
||||
#else
|
||||
if (true)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user