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 a8133074ad
commit 670325d36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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