mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-31 07:20:14 -05:00
parent
651623a845
commit
d3c619ec2f
@ -1546,7 +1546,7 @@ void DrawLocation(RandomizerCheck rc) {
|
|||||||
SaveManager::Instance->SaveSection(gSaveContext.fileNum, sectionId, true);
|
SaveManager::Instance->SaveSection(gSaveContext.fileNum, sectionId, true);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ImGui::InvisibleButton("", ImVec2(20.0f, 10.0f));
|
ImGui::Dummy(ImVec2(20.0f, 10.0f));
|
||||||
}
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user