Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 20, 2024
1 parent 78adf63 commit 4edeb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogre2/src/Ogre2Material.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ void Ogre2Material::SetTextureMapDataImpl(const std::string& _name,
// \todo(iche033) See if there is a way to reuse these functions
// from ogre-next without copying the code here.

// Step 1: convert to two component signed 8 bit format:
// Normal maps - convert to two component signed 8 bit format:
// Ogre::PFG_RG8_SNORM format
if (_type == Ogre::PBSM_NORMAL)
this->dataPtr->PrepareForNormalMapping(texture, img);
Expand Down

0 comments on commit 4edeb5c

Please sign in to comment.