X Tutup
Skip to content

Update OrbitViewInputHandler.java#82

Merged
EMaksymenko merged 1 commit intodevelopfrom
kotogadekiru-patch-1
Dec 27, 2024
Merged

Update OrbitViewInputHandler.java#82
EMaksymenko merged 1 commit intodevelopfrom
kotogadekiru-patch-1

Conversation

@kotogadekiru
Copy link
Copy Markdown

Fix wrong rotation direction caused by new coordinate system modified on commit 8f3c491

Note: Filling out this template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the
maintainer's discretion.

Description of the Change

in 8f3c491 mouse coordinates changed from 0 up to 0 down. therefore to change the rotation direction if the mouse is below half of the screen we must check against y being bigger than half the screen size not smaller

Why Should This Be In Core?

Benefits

fixes wrong rotation direction

Potential Drawbacks

Applicable Issues

Fix wrong rotation direction caused by new coordinate system modified on commit 8f3c491
@EMaksymenko EMaksymenko merged commit bb5e3b8 into develop Dec 27, 2024
@kotogadekiru kotogadekiru deleted the kotogadekiru-patch-1 branch December 27, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup