Fix cursor pivot for land up/down cursor (#17255)

Co-authored-by: guljam <cube4none@gmail.com>
This commit is contained in:
Hielke Morsink 2022-05-28 13:53:45 +02:00 committed by GitHub
parent 275adc9e68
commit 15581b509d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
- Fix: [#17197] Segfault when extracting files from the GOG installer.
- Fix: [#17205] Map generator sometimes crashes when not all standard terrain objects are available.
- Fix: [#17221] Object ghosts and tooltips follow invisible cursor when moving the viewport by right-click dragging.
- Fix: [#17255] Cursor position is incorrect when adjusting terrain and water height.
- Fix: [#17261] Hand cursor position is incorrect when dragging items in the Inventions List window.
0.4.0 (2022-04-25)

View File

@ -46,7 +46,7 @@ namespace OpenRCT2::Ui
static constexpr const CursorData UpDownArrowCursorData =
{
{ 7, 31 },
{ 17, 15 },
{
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x40, 0x00, 0x00, 0x02, 0xA0, 0x00,
0x00, 0x05, 0x50, 0x00, 0x00, 0x0A, 0x28, 0x00, 0x00, 0x17, 0x74, 0x00, 0x00, 0x21, 0x42, 0x00,