mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-26 22:31:10 +00:00
MD2 fix
This commit is contained in:
parent
90288d5e5b
commit
b3127da2e8
1 changed files with 1 additions and 1 deletions
|
@ -1085,7 +1085,7 @@ void HWR_DrawMD2(gr_vissprite_t *spr)
|
||||||
if (!cv_grmd2.value)
|
if (!cv_grmd2.value)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!spr->precip)
|
if (spr->precip)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// MD2 colormap fix
|
// MD2 colormap fix
|
||||||
|
|
Loading…
Reference in a new issue