mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
fix conflict and useless edit
This commit is contained in:
parent
c351d81d4d
commit
80e807f660
1 changed files with 0 additions and 2 deletions
|
@ -546,11 +546,9 @@ namespace SohImGui {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Tooltip(std::string text) {
|
void Tooltip(std::string text) {
|
||||||
if (ImGui::IsItemHovered())
|
if (ImGui::IsItemHovered())
|
||||||
ImGui::SetTooltip("%s", text.c_str());
|
ImGui::SetTooltip("%s", text.c_str());
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DrawMainMenuAndCalculateGameSize() {
|
void DrawMainMenuAndCalculateGameSize() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue