Skip to content

Commit

Permalink
Fix wrong documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Aug 4, 2024
1 parent 174f56f commit 9010a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OgreMain/include/OgreHlmsDatablock.h
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ namespace Ogre
// Do NOT enable alpha blending in the HlmsBlendblock (default)
HlmsBlendblock blendblock;
blendblock.setBlendType( SBT_REPLACE );
datablock->setBlendblock( &blendblock );
datablock->setBlendblock( blendblock );
datablock->setAlphaHashing( true );
@endcode
Expand Down

0 comments on commit 9010a88

Please sign in to comment.