GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gl: fix invalid color cache
[d2df-sdl.git]
/
src
/
game
/
renders
/
opengl
/
r_draw.pas
diff --git
a/src/game/renders/opengl/r_draw.pas
b/src/game/renders/opengl/r_draw.pas
index 940b6728d2cc9827204912fcff593d848a6b0afd..c839936087a0754aa00405d235b32c67087422a3 100644
(file)
--- a/
src/game/renders/opengl/r_draw.pas
+++ b/
src/game/renders/opengl/r_draw.pas
@@
-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
DEADSOFTWARE 2012-2025