WIPE!!!
This commit is contained in:
parent
93ebd91971
commit
89b6da50d0
Binary file not shown.
|
@ -129,7 +129,6 @@ ECL_EXPORT void dsda_frame_advance(struct PackedPlayerInput *player1Inputs, stru
|
|||
|
||||
// Move positional sounds
|
||||
headlessUpdateSounds();
|
||||
}
|
||||
|
||||
// Updating video
|
||||
if (renderInfo->RenderVideo)
|
||||
|
@ -137,6 +136,7 @@ ECL_EXPORT void dsda_frame_advance(struct PackedPlayerInput *player1Inputs, stru
|
|||
displayplayer = consoleplayer = renderInfo->PlayerPointOfView;
|
||||
headlessUpdateVideo();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ECL_ENTRY void (*input_callback_cb)(void);
|
||||
|
|
Loading…
Reference in New Issue