Skip to content

Commit

Permalink
Remove redundant nullptr assignment in W3DProjectedShadowManager dest…
Browse files Browse the repository at this point in the history
…ructor
  • Loading branch information
xezon committed Sep 21, 2024
1 parent baab9dd commit 7a22bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ W3DProjectedShadowManager::W3DProjectedShadowManager() :
W3DProjectedShadowManager::~W3DProjectedShadowManager()
{
Release_Resources();
m_dynamicRenderTarget = nullptr;

m_renderTargetHasAlpha = false;

if (m_shadowContext) {
Expand Down

0 comments on commit 7a22bc8

Please sign in to comment.