Skip to content

Commit ccd211f

Browse files
committed
fix: correct render loop call original function
1 parent c80846b commit ccd211f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MarathonRecomp/app.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ PPC_FUNC(sub_8262A568)
5959
PPC_FUNC_IMPL(__imp__sub_825EA610);
6060
PPC_FUNC(sub_825EA610)
6161
{
62-
__imp__sub_825EA610(ctx, base);
63-
6462
Video::WaitOnSwapChain();
6563

6664
// Correct small delta time errors.
@@ -88,6 +86,8 @@ PPC_FUNC(sub_825EA610)
8886

8987
// Allow variable FPS when config is not 60 FPS.
9088
App::s_pApp->m_pDoc->m_VFrame = Config::FPS != 60;
89+
90+
__imp__sub_825EA610(ctx, base);
9191
}
9292

9393
PPC_FUNC_IMPL(__imp__sub_82582648);

0 commit comments

Comments
 (0)