Again missing parenthesis...

This commit is contained in:
Deve
2017-02-01 22:15:48 +01:00
parent 28d85d7ba3
commit b54c3648b3

View File

@@ -239,7 +239,7 @@ void CentralVideoSettings::init()
hasTextureSwizzle = true;
}
if (!GraphicsRestrictions::isDisabled(GraphicsRestrictions::GR_EXPLICIT_ATTRIB_LOCATION)
if (!GraphicsRestrictions::isDisabled(GraphicsRestrictions::GR_EXPLICIT_ATTRIB_LOCATION))
{
Log::info("GLDriver", "Explicit Attrib Location Present");
hasExplicitAttribLocation = true;