mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 19:40:31 -07:00
retain gameplay stats window size (#3508)
This commit is contained in:
parent
f65b711376
commit
ea49196bae
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ void DrawGameplayStatsOptionsTab() {
|
|||
}
|
||||
|
||||
void GameplayStatsWindow::DrawElement() {
|
||||
ImGui::SetNextWindowSize(ImVec2(480, 550), ImGuiCond_Appearing);
|
||||
ImGui::SetNextWindowSize(ImVec2(480, 550), ImGuiCond_FirstUseEver);
|
||||
if (!ImGui::Begin("Gameplay Stats", &mIsVisible, ImGuiWindowFlags_NoFocusOnAppearing)) {
|
||||
ImGui::End();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue