mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Makes Linux compile
This commit is contained in:
parent
a34f1743a4
commit
414cadef38
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ namespace SohImGui {
|
||||||
|
|
||||||
void Tooltip(std::string text){
|
void Tooltip(std::string text){
|
||||||
if (ImGui::IsItemHovered())
|
if (ImGui::IsItemHovered())
|
||||||
ImGui::SetTooltip(text.c_str());
|
ImGui::SetTooltip("%s", text.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void DrawMainMenuAndCalculateGameSize() {
|
void DrawMainMenuAndCalculateGameSize() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue