Forgot to initialize overlay's close button

This commit is contained in:
Nemirtingas 2019-10-11 06:45:27 +02:00
parent 4d99b6affd
commit d467248236
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ void Steam_Overlay::OverlayProc()
ImGui::PushFont(font_default);
bool show;
bool show = true;
if (ImGui::Begin("SteamOverlay", &show, ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoBringToFrontOnFocus))
{