Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
OpenGL enum change
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed Aug 24, 2016
1 parent 9b9dae6 commit 0753c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extern/boo
2 changes: 1 addition & 1 deletion lib/Runtime/ShaderCacheManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0753c01

Please sign in to comment.