uncapped: Update closed captions only on new tics

This commit is contained in:
Eidolon 2022-10-09 15:29:28 -05:00
parent 69c5da2720
commit 41f17495c4

View file

@ -881,7 +881,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();