mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 21:07:42 +00:00
OpenGL enum change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user