Skip to content

Commit

Permalink
steamcompmgr: Don't fill in app frametime to mangoapp
Browse files Browse the repository at this point in the history
Need to separate this out better later.
  • Loading branch information
misyltoad committed Jul 24, 2023
1 parent eb42671 commit 23446dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steamcompmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ void imageWaitThreadMain( void )
nudge_steamcompmgr();

if ( entry.mangoapp_nudge )
mangoapp_update( frametime, frametime, uint64_t(~0ull) );
mangoapp_update( frametime, uint64_t(~0ull), uint64_t(~0ull) );

goto retry;
}
Expand Down

0 comments on commit 23446dd

Please sign in to comment.