refactor: removed unused formatting
This commit is contained in:
@@ -35,7 +35,7 @@ void TowerPlacePopup::render() {
|
|||||||
|
|
||||||
if (ImGui::IsItemHovered()) {
|
if (ImGui::IsItemHovered()) {
|
||||||
ImGui::BeginTooltip();
|
ImGui::BeginTooltip();
|
||||||
ImGui::Text("%s", towerInfo.getDescription().c_str());
|
ImGui::Text(towerInfo.getDescription().c_str());
|
||||||
ImGui::EndTooltip();
|
ImGui::EndTooltip();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user