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:
parent
593b4d161c
commit
b37f5d6d76
3 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue