mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Tracy instrument TryRunTics, or at least try to
This commit is contained in:
parent
b5d606a7f3
commit
e8e72fceed
1 changed files with 4 additions and 1 deletions
|
|
@ -850,7 +850,10 @@ void D_SRB2Loop(void)
|
||||||
realtics = 1;
|
realtics = 1;
|
||||||
|
|
||||||
// process tics (but maybe not if realtic == 0)
|
// process tics (but maybe not if realtic == 0)
|
||||||
TryRunTics(realtics);
|
{
|
||||||
|
ZoneScopedN("TryRunTics");
|
||||||
|
TryRunTics(realtics);
|
||||||
|
}
|
||||||
|
|
||||||
if (lastdraw || singletics || gametic > rendergametic)
|
if (lastdraw || singletics || gametic > rendergametic)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue