fix copy/paste error in HWWallDispatcher

This commit is contained in:
Christoph Oelckers 2023-11-02 21:39:25 +01:00
parent 677e1c888b
commit 299728d3d9
1 changed files with 1 additions and 1 deletions

View File

@ -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);