mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +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…
Add table
Reference in a new issue