2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

OpenGL enum change

This commit is contained in:
Jack Andersen
2016-08-23 18:34:26 -10:00
parent f65e3d23b4
commit 4795565dd9
2 changed files with 2 additions and 2 deletions

2
hecl/extern/boo vendored

Submodule hecl/extern/boo updated: dbf7b9bcf8...e92e6d7c4c

View File

@@ -115,7 +115,7 @@ ShaderCacheManager::ShaderCacheManager(const FileStoreManager& storeMgr,
switch (plat)
{
case boo::IGraphicsDataFactory::Platform::OGL:
case boo::IGraphicsDataFactory::Platform::OpenGL:
m_factory.reset(_NewGLSLBackendFactory());
break;
#if _WIN32