Skip to content

Commit

Permalink
fix copy/paste error in HWWallDispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Nov 2, 2023
1 parent 677e1c8 commit 299728d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/hwrenderer/scene/hw_walldispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct HWWallDispatcher
}
void AddLowerMissingTexture(side_t* side, subsector_t* sub, float height)
{
if (di) di->AddUpperMissingTexture(side, sub, height);
if (di) di->AddLowerMissingTexture(side, sub, height);
else
{
mh->lower.Reserve(1);
Expand Down

0 comments on commit 299728d

Please sign in to comment.