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 13c8f00 commit 625880f
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 625880f

Please sign in to comment.