Tracy instrument TryRunTics, or at least try to

This commit is contained in:
Eidolon 2023-09-18 17:24:57 -05:00
parent b5d606a7f3
commit e8e72fceed

View file

@ -850,7 +850,10 @@ void D_SRB2Loop(void)
realtics = 1;
// process tics (but maybe not if realtic == 0)
TryRunTics(realtics);
{
ZoneScopedN("TryRunTics");
TryRunTics(realtics);
}
if (lastdraw || singletics || gametic > rendergametic)
{