mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove sometimes harmful NetUpdate call from HWR_RenderFrame
This commit is contained in:
parent
1345f50c3d
commit
b388239410
1 changed files with 2 additions and 1 deletions
|
|
@ -4792,7 +4792,8 @@ void HWR_RenderFrame(INT32 viewnumber, player_t *player, boolean skybox)
|
|||
}
|
||||
|
||||
// Check for new console commands.
|
||||
NetUpdate();
|
||||
// this was removed since it caused crashes on leaving record attack with models on since it was removing mobjs that were about to be rendered
|
||||
//NetUpdate();
|
||||
|
||||
// Draw MD2 and sprites
|
||||
HWR_SortVisSprites();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue