mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Fix tracking of palette intialisation status (#17147)
This commit is contained in:
committed by
GitHub
parent
275e970d69
commit
33d1dad80a
@@ -39,6 +39,7 @@ const PaletteMap& PaletteMap::GetDefault()
|
||||
{
|
||||
data[i] = static_cast<uint8_t>(i);
|
||||
}
|
||||
initialised = true;
|
||||
}
|
||||
return defaultMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user