mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Fix cursor pivot for land up/down cursor (#17255)
Co-authored-by: guljam <cube4none@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user