mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
uncapped: Update closed captions only on new tics
This commit is contained in:
parent
3f72c41e8c
commit
91c0d50c24
1 changed files with 2 additions and 1 deletions
|
|
@ -875,7 +875,8 @@ void D_SRB2Loop(void)
|
|||
|
||||
// consoleplayer -> displayplayers (hear sounds from viewpoint)
|
||||
S_UpdateSounds(); // move positional sounds
|
||||
S_UpdateClosedCaptions();
|
||||
if (realtics > 0 || singletics)
|
||||
S_UpdateClosedCaptions();
|
||||
|
||||
#ifdef HW3SOUND
|
||||
HW3S_EndFrameUpdate();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue