mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Remove const qualifier from constexpr statements
This commit is contained in:
@@ -56,7 +56,7 @@ colour_t gCurrentWindowColours[4];
|
||||
// converted from uint16_t values at 0x009A41EC - 0x009A4230
|
||||
// these are percentage coordinates of the viewport to centre to, if a window is obscuring a location, the next is tried
|
||||
// clang-format off
|
||||
static constexpr const float window_scroll_locations[][2] = {
|
||||
static constexpr float window_scroll_locations[][2] = {
|
||||
{ 0.5f, 0.5f },
|
||||
{ 0.75f, 0.5f },
|
||||
{ 0.25f, 0.5f },
|
||||
|
||||
Reference in New Issue
Block a user