Skip to content

Commit

Permalink
C4ViewportWindow: Fix size not being stored in the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Oct 16, 2023
1 parent 0412b8e commit e28c8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C4Viewport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ bool C4ViewportWindow::GetPositionData(std::string &id, std::string &subKey, boo
{
id = std::format("Viewport{}", cvp->Player + 1);
subKey = Config.GetSubkeyPath("Console");
storeSize = false;
storeSize = true;
return true;
}

Expand Down

0 comments on commit e28c8cd

Please sign in to comment.