From 711813c36fc9a3cf48bb6ef05cc35a59d97ab393 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 23 Sep 2023 14:03:59 +0200 Subject: [PATCH] - fixed flat debug helper. --- source/core/rendering/scene/hw_flats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/rendering/scene/hw_flats.cpp b/source/core/rendering/scene/hw_flats.cpp index 7490ac5bb..c91756057 100644 --- a/source/core/rendering/scene/hw_flats.cpp +++ b/source/core/rendering/scene/hw_flats.cpp @@ -305,7 +305,7 @@ void HWFlat::PutFlat(HWDrawInfo *di, int whichplane) void HWFlat::ProcessSector(HWDrawInfo *di, sectortype * frontsector, int section_, int which) { #ifdef _DEBUG - if (sectindex(sec) == gl_breaksec) + if (sectindex(frontsector) == gl_breaksec) { int a = 0; }