Skip to content

Commit

Permalink
focus fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ermaccer committed Mar 19, 2022
1 parent 018eae8 commit 4f85d73
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions MK11Hook/code/mk11menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ void MK11Menu::Draw()
DrawScriptTab();
ImGui::EndTabItem();
}
if (ImGui::BeginTabItem("Krypt Modifier"))
if (ImGui::BeginTabItem("Krypt"))
{
DrawKryptTab();
ImGui::EndTabItem();
Expand Down Expand Up @@ -859,14 +859,9 @@ void MK11Menu::Draw()

void MK11Menu::Process()
{
if (m_bIsFocused)
{
UpdateControls();
if (m_bFreeCamMouseControl)
UpdateMouse();
}


UpdateControls();
if (m_bFreeCamMouseControl)
UpdateMouse();
}

void MK11Menu::UpdateControls()
Expand Down

0 comments on commit 4f85d73

Please sign in to comment.