mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Fix hand cursor position on Inventions List
This commit is contained in:
@@ -571,7 +571,7 @@ namespace OpenRCT2::Ui
|
||||
|
||||
static constexpr const CursorData HandOpenDownCursorData =
|
||||
{
|
||||
{ 5, 1 },
|
||||
{ 14, 15 },
|
||||
{
|
||||
0x00, 0x06, 0x10, 0x00, 0x00, 0x09, 0x38, 0x00, 0x00, 0x09, 0x24, 0x00, 0x03, 0x08, 0xA4, 0x00,
|
||||
0x04, 0x88, 0xA4, 0xC0, 0x04, 0x48, 0x63, 0x20, 0x04, 0x24, 0x63, 0x10, 0x06, 0x24, 0x61, 0x90,
|
||||
@@ -596,7 +596,7 @@ namespace OpenRCT2::Ui
|
||||
|
||||
static constexpr const CursorData HandClosedDownCursorData =
|
||||
{
|
||||
{ 5, 1 },
|
||||
{ 14, 15 },
|
||||
{
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0xE0, 0x00, 0x00, 0x43, 0x10, 0x00, 0x00, 0x41, 0x8C, 0x00,
|
||||
0x00, 0x20, 0x87, 0x00, 0x0E, 0x20, 0x42, 0x80, 0x11, 0x98, 0x62, 0x40, 0x10, 0x6C, 0x61, 0x20,
|
||||
|
||||
Reference in New Issue
Block a user