refactor: removed unused formatting

This commit is contained in:
2021-11-14 11:57:52 +01:00
parent 77a4fb33a7
commit a420a89e40

View File

@@ -35,7 +35,7 @@ void TowerPlacePopup::render() {
if (ImGui::IsItemHovered()) {
ImGui::BeginTooltip();
ImGui::Text("%s", towerInfo.getDescription().c_str());
ImGui::Text(towerInfo.getDescription().c_str());
ImGui::EndTooltip();
}