2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

OpenGL enum change; Metal <10.11 fixes

This commit is contained in:
Jack Andersen
2016-08-23 18:35:35 -10:00
parent 92bb6fcb55
commit f95d6c8ada
12 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ void CLineRendererShaders::Initialize()
{
switch (ctx.platform())
{
case boo::IGraphicsDataFactory::Platform::OGL:
case boo::IGraphicsDataFactory::Platform::OpenGL:
m_bindFactory.reset(Initialize(static_cast<boo::GLDataFactory::Context&>(ctx)));
break;
#if _WIN32