steamcompmgr: Don't fill in app frametime to mangoapp

Need to separate this out better later.
This commit is contained in:
Joshua Ashton 2023-07-24 21:45:22 +01:00
parent eb42671200
commit 23446dd7f3

View file

@ -933,7 +933,7 @@ retry:
nudge_steamcompmgr();
if ( entry.mangoapp_nudge )
mangoapp_update( frametime, frametime, uint64_t(~0ull) );
mangoapp_update( frametime, uint64_t(~0ull), uint64_t(~0ull) );
goto retry;
}