1
0
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:
Gymnasiast
2024-10-05 11:03:44 +02:00
parent 20173f22a1
commit 892f05f046

View File

@@ -22,7 +22,7 @@ public:
{
}
QuarterTile(uint8_t tileAndZQuarter)
constexpr QuarterTile(uint8_t tileAndZQuarter)
: _val(tileAndZQuarter)
{
}