OpenGL enum change

This commit is contained in:
Jack Andersen 2016-08-23 18:35:06 -10:00
parent 6ee8973f5a
commit bc1d5e4b8b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ void ViewResources::init(boo::IGraphicsDataFactory* factory, FontCache* fcache,
{
switch (ctx.platform())
{
case boo::IGraphicsDataFactory::Platform::OGL:
case boo::IGraphicsDataFactory::Platform::OpenGL:
init<boo::GLDataFactory::Context>(static_cast<boo::GLDataFactory::Context&>(ctx), *theme, fcache);
break;
#if _WIN32