mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Update RCT1 path names + British spelling for ‘grey’
This commit is contained in:
committed by
GitHub
parent
c0f928f51d
commit
9134bd4788
@@ -124,7 +124,7 @@ namespace Imaging
|
||||
}
|
||||
else if (bitDepth == 8 && !expandTo32)
|
||||
{
|
||||
// 8-bit paletted or grayscale
|
||||
// 8-bit paletted or greyscale
|
||||
Guard::Assert(rowBytes == pngWidth, GUARD_LINE);
|
||||
for (png_uint_32 i = 0; i < pngHeight; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user