mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Make both QuarterTile constructors constexpr
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
QuarterTile(uint8_t tileAndZQuarter)
|
||||
constexpr QuarterTile(uint8_t tileAndZQuarter)
|
||||
: _val(tileAndZQuarter)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user