Merge branch 'uncapped-captions' into 'master'

uncapped: Update closed captions only on new tics

See merge request KartKrew/Kart!729
This commit is contained in:
Sal 2022-10-09 23:06:35 +00:00
commit 44eb215fd3

View file

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