This commit is contained in:
feos 2025-03-16 22:20:12 +03:00
parent 93ebd91971
commit 89b6da50d0
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -129,7 +129,6 @@ ECL_EXPORT void dsda_frame_advance(struct PackedPlayerInput *player1Inputs, stru
// Move positional sounds // Move positional sounds
headlessUpdateSounds(); headlessUpdateSounds();
}
// Updating video // Updating video
if (renderInfo->RenderVideo) if (renderInfo->RenderVideo)
@ -137,6 +136,7 @@ ECL_EXPORT void dsda_frame_advance(struct PackedPlayerInput *player1Inputs, stru
displayplayer = consoleplayer = renderInfo->PlayerPointOfView; displayplayer = consoleplayer = renderInfo->PlayerPointOfView;
headlessUpdateVideo(); headlessUpdateVideo();
} }
}
} }
ECL_ENTRY void (*input_callback_cb)(void); ECL_ENTRY void (*input_callback_cb)(void);