1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-07 16:50:15 +02:00

Fixed ShowMenu option interrupting ImGui::NewFrame.

This commit is contained in:
Muzychenko Andrey 2021-09-29 07:46:13 +03:00
parent 593b4d161c
commit b37f5d6d76
3 changed files with 7 additions and 7 deletions

View file

@ -33,7 +33,6 @@ struct optionsStruct
{
int Sounds;
int Music;
int ShowMenu;
int FullScreen;
int Players;
int LeftFlipperKey;
@ -53,6 +52,7 @@ struct optionsStruct
bool LinearFiltering;
int FramesPerSecond;
int UpdatesPerSecond;
bool ShowMenu;
};