2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:44:56 +00:00

OS X enum refactor fixes

This commit is contained in:
Jack Andersen
2015-11-20 16:16:54 -10:00
parent 0a457d854a
commit c4f8743bf6
3 changed files with 12 additions and 12 deletions

View File

@@ -123,7 +123,7 @@ ShaderCacheManager::ShaderCacheManager(const FileStoreManager& storeMgr,
m_factory.reset(_NewHLSLBackendFactory(gfxFactory));
break;
#elif __APPLE__ && HECL_HAS_METAL
case boo::IGraphicsDataFactory::PlatformMetal:
case boo::IGraphicsDataFactory::Platform::Metal:
m_factory.reset(_NewMetalBackendFactory(gfxFactory));
break;
#endif