mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 06:55:53 +00:00
OpenGL enum change
This commit is contained in:
parent
6ee8973f5a
commit
bc1d5e4b8b
@ -22,7 +22,7 @@ void ViewResources::init(boo::IGraphicsDataFactory* factory, FontCache* fcache,
|
|||||||
{
|
{
|
||||||
switch (ctx.platform())
|
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);
|
init<boo::GLDataFactory::Context>(static_cast<boo::GLDataFactory::Context&>(ctx), *theme, fcache);
|
||||||
break;
|
break;
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user