mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Format code
This commit is contained in:
@@ -125,8 +125,7 @@ public:
|
||||
|
||||
ScreenSize OnScrollGetSize(int32_t scrollIndex) override
|
||||
{
|
||||
int32_t scrollHeight = static_cast<int32_t>(GetGameState().NewsItems.GetArchived().size())
|
||||
* CalculateItemHeight();
|
||||
int32_t scrollHeight = static_cast<int32_t>(GetGameState().NewsItems.GetArchived().size()) * CalculateItemHeight();
|
||||
return { WW, scrollHeight };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user