mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Remove uint32_t overloads in Paint functions
This commit is contained in:
@@ -376,6 +376,6 @@ void Duck::Paint(paint_session& session, int32_t imageDirection) const
|
||||
uint32_t imageId = GetFrameImage(imageDirection);
|
||||
if (imageId != 0)
|
||||
{
|
||||
PaintAddImageAsParent(session, imageId, { 0, 0, z }, { 1, 1, 0 });
|
||||
PaintAddImageAsParent(session, ImageId(imageId), { 0, 0, z }, { 1, 1, 0 });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user