Skip to content

Commit

Permalink
fix compilation with Ogre 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Sep 21, 2024
1 parent 1fc63d0 commit 57f6b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PagedGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ m_nRenderQueue(queue)
auto& mgr = HighLevelGpuProgramManager::getSingleton();
for(auto lang : {"glsl", "hlsl", "glsles"})
{
if(mgr.isSyntaxSupported(lang))
if(mgr.isLanguageSupported(lang))
{
shaderLanguage = lang;
break;
Expand Down

0 comments on commit 57f6b3d

Please sign in to comment.