fix conflict and useless edit

This commit is contained in:
Baoulettes 2022-05-16 11:39:47 +02:00 committed by GitHub
commit 80e807f660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -546,11 +546,9 @@ namespace SohImGui {
}
}
void Tooltip(std::string text) {
if (ImGui::IsItemHovered())
ImGui::SetTooltip("%s", text.c_str());
}
}
void DrawMainMenuAndCalculateGameSize() {