Skip to content

Commit

Permalink
remove scale info
Browse files Browse the repository at this point in the history
  • Loading branch information
ermaccer committed Oct 31, 2021
1 parent 3146f9e commit e9dbdbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MK11Hook/code/mk11menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1312,10 +1312,6 @@ void MK11Menu::Draw()
ShowHelpMarker("Only default loadouts will be used. Do not toggle this option when models are on screen.");
ImGui::EndTabItem();

if (GetObj(PLAYER1))
{
ImGui::Text("P1 Scale: %f %f %f\n", GetObj(PLAYER1)->GetScale().X, GetObj(PLAYER1)->GetScale().Y, GetObj(PLAYER1)->GetScale().Z);
}

}
ImGui::EndTabBar();
Expand Down

0 comments on commit e9dbdbf

Please sign in to comment.