mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
490 PolyVisible: Set proper spawn render flags instead of RENDERALL
This commit is contained in:
parent
573e1d0017
commit
2f9e014aab
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…
Reference in a new issue