From: DeaDDooMER Date: Tue, 14 Feb 2023 12:55:38 +0000 (+0300) Subject: gl: fix indicators X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=a1faddb5baa54fec4aecd9206691975295699635 gl: fix indicators --- diff --git a/src/game/renders/opengl/r_map.pas b/src/game/renders/opengl/r_map.pas index 49ea34c..326fcd0 100644 --- a/src/game/renders/opengl/r_map.pas +++ b/src/game/renders/opengl/r_map.pas @@ -1535,7 +1535,10 @@ implementation end; if gGameSettings.GameMode <> GM_SINGLE then + begin + glTranslatef(-cx, -cy, 0); r_Map_DrawPlayerIndicators(player, cx, cy, cw, ch); + end; // TODO draw g_debug_player