mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-13 02:43:54 +08:00
Forgot to initialize overlay's close button
This commit is contained in:
parent
4d99b6affd
commit
d467248236
@ -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…
x
Reference in New Issue
Block a user