mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Cleanup in SoftwareDrawingEngine::DisplayViaTexture
This commit is contained in:
committed by
Ted John
parent
d00aa2c7bb
commit
2759772fca
@@ -691,7 +691,7 @@ private:
|
||||
uint32 * dst = (uint32 *)pixels;
|
||||
for (int i = _width * _height; i > 0; i--)
|
||||
{
|
||||
*dst++ = *(uint32 *)(&_paletteHWMapped[*src++]);
|
||||
*dst++ = _paletteHWMapped[*src++];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user