fix(OrbitalDrone): broken tooltip text (#1294)

This commit is contained in:
Andreas Maerten 2023-04-25 23:59:51 +02:00 committed by GitHub
parent d8a2eae6d8
commit 58e5714011

View File

@ -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());