diff --git a/src/views/world/view_orbital_drone.cpp b/src/views/world/view_orbital_drone.cpp index 899cbb38..74ef529f 100644 --- a/src/views/world/view_orbital_drone.cpp +++ b/src/views/world/view_orbital_drone.cpp @@ -19,7 +19,7 @@ namespace big if (ImGui::IsItemHovered()) { ImGui::BeginTooltip(); - ImGui::TextWrapped("ORBITAL_DRONE_AUTO_LOCK_ON_PLAYER_TOOLTIP"_T.data()); + ImGui::Text("ORBITAL_DRONE_AUTO_LOCK_ON_PLAYER_TOOLTIP"_T.data()); ImGui::EndTooltip(); } ImGui::Text("ORBITAL_DRONE_HIGH_SPEED_MULTIPLIER"_T.data());