mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-14 15:11:40 +00:00
490 PolyVisible: Set proper spawn render flags instead of RENDERALL
This commit is contained in:
parent
4a6ddbd496
commit
d0b2728ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -1218,7 +1218,7 @@ static void PolyVisible(line_t *line)
|
|||
po->flags |= POF_SOLID;
|
||||
|
||||
po->flags &= ~POF_NOSPECIALS;
|
||||
po->flags |= POF_RENDERALL;
|
||||
po->flags |= (po->spawnflags & POF_RENDERALL);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue