mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 13:35:35 -04:00
minor cleanup
This commit is contained in:
@@ -65,7 +65,7 @@ void fpcM_Management(fpcM_ManagementFunc i_preExecuteFn, fpcM_ManagementFunc i_p
|
||||
|
||||
#ifdef TARGET_PC
|
||||
// FRAME INTERP NOTE: Called in m_Do_main when interp is enabled
|
||||
if (!dusk::getSettings().game.enableFrameInterpolation || dusk::getTransientSettings().skipFrameRateLimit)
|
||||
if (!dusk::frame_interp::is_enabled())
|
||||
#endif
|
||||
{
|
||||
cAPIGph_Painter();
|
||||
|
||||
Reference in New Issue
Block a user