DEADSOFTWARE

gl: fix invalid color cache
[d2df-sdl.git] / src / game / renders / opengl / r_draw.pas
index 940b6728d2cc9827204912fcff593d848a6b0afd..c839936087a0754aa00405d235b32c67087422a3 100644 (file)
@@ -42,6 +42,7 @@ interface
   procedure r_Draw_GetRect (out l, t, r, b: Integer);
 
   procedure r_Draw_EnableTexture2D (enable: Boolean);
+  procedure r_Draw_SetColor (r, g, b, a: Byte);
 
 implementation