X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fopengl%2Fr_panel.pas;h=6b955e0faf7fcac4616338e78c2a1b0439153701;hb=f4de0d349a282253a43c8dcf7cd69e098657c312;hp=f96cfb0aaf312af218fb256e80d92f522093255b;hpb=a0060b33ed283433e67f417ffb8abc99e9ec0e93;p=d2df-sdl.git diff --git a/src/game/opengl/r_panel.pas b/src/game/opengl/r_panel.pas index f96cfb0..6b955e0 100644 --- a/src/game/opengl/r_panel.pas +++ b/src/game/opengl/r_panel.pas @@ -27,7 +27,7 @@ implementation uses {$INCLUDE ../nogl/noGLuses.inc} SysUtils, Classes, Math, utils, - r_graphics, g_options, + r_graphics, g_options, r_animations, g_base, g_basic, g_textures, g_game ; @@ -65,7 +65,7 @@ implementation Exit; for xx := 0 to tw div TextureWidth - 1 do for yy := 0 to th div TextureHeight - 1 do - TextureIDs[FCurTexture].AnTex.Draw(tx + xx * TextureWidth, ty + yy * TextureHeight, TMirrorType.None); + r_Animation_Draw(TextureIDs[FCurTexture].AnTex, tx + xx * TextureWidth, ty + yy * TextureHeight, TMirrorType.None); end else begin