Skip to content

Commit

Permalink
ShadowMapManager: fixed typo in GetCascadeTransform function name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Oct 15, 2024
1 parent c8272ad commit d905477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/interface/ShadowMapManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class ShadowMapManager

void ConvertToFilterable(IDeviceContext* pCtx, const ShadowMapAttribs& ShadowAttribs);

const CascadeTransforms& GetCascadeTranform(Uint32 Cascade) const { return m_CascadeTransforms[Cascade]; }
const CascadeTransforms& GetCascadeTransform(Uint32 Cascade) const { return m_CascadeTransforms[Cascade]; }

private:
void InitializeConversionTechniques(TEXTURE_FORMAT FilterableShadowMapFmt);
Expand Down

0 comments on commit d905477

Please sign in to comment.