mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Fix MD2s
This commit is contained in:
parent
0a0f16a001
commit
b9b1e2b298
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