mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-10 06:38:34 +01:00
Forgot to initialize overlay's close button
This commit is contained in:
parent
4d99b6affd
commit
d467248236
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ void Steam_Overlay::OverlayProc()
|
||||||
|
|
||||||
ImGui::PushFont(font_default);
|
ImGui::PushFont(font_default);
|
||||||
|
|
||||||
bool show;
|
bool show = true;
|
||||||
|
|
||||||
if (ImGui::Begin("SteamOverlay", &show, ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoBringToFrontOnFocus))
|
if (ImGui::Begin("SteamOverlay", &show, ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoBringToFrontOnFocus))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue