Fixed build error.

This commit is contained in:
Branimir Karadžić 2016-01-05 22:54:10 -08:00
parent 011bbfd451
commit 59f8e06094

View file

@ -1233,7 +1233,7 @@ namespace bgfx { namespace gl
}
}
BX_TRACE("GL_EXTENSION %3d%s: %s", index, supported ? " (supported)" : "", _name);
BX_TRACE("GL_EXTENSION %s: %s", supported ? " (supported)" : "", _name);
BX_UNUSED(supported);
}