This commit is contained in:
@@ -212,7 +212,7 @@ void OptionsMenu::Render() {
|
||||
if (ImGui::Button("Retour", buttonSize) || ImGui::IsKeyPressed(ImGuiKey_Escape)) {
|
||||
Disable();
|
||||
if (m_Client->IsConnected()) {
|
||||
m_InputManager.GrabMouse(false);
|
||||
m_InputManager.GrabMouse(true);
|
||||
} else {
|
||||
m_Parent->Enable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user