DEADSOFTWARE

render: move textures loaders to render
[d2df-sdl.git] / src / game / opengl / r_panel.pas
index 6b955e0faf7fcac4616338e78c2a1b0439153701..4cd4f3851360aabde5f7b2dcaca416bd1171df86 100644 (file)
@@ -27,8 +27,8 @@ implementation
   uses
     {$INCLUDE ../nogl/noGLuses.inc}
     SysUtils, Classes, Math, utils,
-    r_graphics, g_options, r_animations,
-    g_base, g_basic, g_textures, g_game
+    r_graphics, g_options, r_animations, r_textures,
+    g_base, g_basic, g_game
   ;
 
   procedure Panel_Lerp (p: TPanel; t: Single; out tX, tY, tW, tH: Integer);