This commit is contained in:
GenericHeroGuy 2025-11-04 17:35:39 +01:00
parent 0251d9cab9
commit beb2ed5f97

View file

@ -1671,7 +1671,7 @@ void R_RenderPlayerView(void)
if (bot > viewheight-1)
bot = viewheight-1;
UINT8* p = R_Address(top, x);
UINT8* p = R_Address(x, top);
while (top <= bot)
{