Skip to content

Commit

Permalink
Fix typo in finance graph max size
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmbernardi committed Dec 19, 2024
1 parent 110140b commit d4e5539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2-ui/windows/Finances.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ namespace OpenRCT2::Ui::Windows
{
flags |= WF_RESIZABLE;
WindowSetResize(
*this, WW_OTHER_TABS, WH_OTHER_TABS, std::numeric_limits<uint16_t>::max(),
*this, WW_OTHER_TABS, WH_OTHER_TABS, std::numeric_limits<int16_t>::max(),
std::numeric_limits<int16_t>::max());
}
else
Expand Down

0 comments on commit d4e5539

Please sign in to comment.