summaryrefslogtreecommitdiff
path: root/mm/2s2h/DeveloperTools/SaveEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mm/2s2h/DeveloperTools/SaveEditor.cpp')
-rw-r--r--mm/2s2h/DeveloperTools/SaveEditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/DeveloperTools/SaveEditor.cpp b/mm/2s2h/DeveloperTools/SaveEditor.cpp
index 136de33bd..7d8a808b7 100644
--- a/mm/2s2h/DeveloperTools/SaveEditor.cpp
+++ b/mm/2s2h/DeveloperTools/SaveEditor.cpp
@@ -1428,7 +1428,7 @@ void DrawPlayerTab() {
ImGui::Text("Link's Speed");
UIWidgets::PushStyleCombobox(formColor);
ImGui::PushItemWidth(ImGui::GetFontSize() * 6);
- ImGui::InputScalar("Linear Velocity", ImGuiDataType_Float, &player->linearVelocity);
+ ImGui::InputScalar("XZ Speed", ImGuiDataType_Float, &player->speedXZ);
ImGui::InputScalar("Y Velocity", ImGuiDataType_Float, &player->actor.velocity.y);
ImGui::InputScalar("Ledge Height", ImGuiDataType_Float, &player->yDistToLedge);
ImGui::InputScalar("Invincibility Timer", ImGuiDataType_S16, &player->invincibilityTimer);