mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 00:27:43 +00:00
Major scoped-enum refactor
This commit is contained in:
@@ -114,7 +114,7 @@ ShaderCacheManager::ShaderCacheManager(const FileStoreManager& storeMgr,
|
||||
|
||||
switch (plat)
|
||||
{
|
||||
case boo::IGraphicsDataFactory::PlatformOGL:
|
||||
case boo::IGraphicsDataFactory::Platform::OGL:
|
||||
m_factory.reset(_NewGLSLBackendFactory(gfxFactory));
|
||||
break;
|
||||
#if _WIN32
|
||||
|
||||
Reference in New Issue
Block a user