Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #342: Text cursor does not advance correctly. #343

Merged
merged 1 commit into from
May 17, 2019

Conversation

AaronVanGeffen
Copy link
Member

@AaronVanGeffen AaronVanGeffen commented May 17, 2019

Caused by mouse_button being 32-bits rather than 16-bits. Therefore, an assignment to _lastKnownButtonState (0x001136FA0) would also overwrite _textInputCaret (0x01136FA2). See 6a73f0b for the offending lines.

@AaronVanGeffen AaronVanGeffen merged commit b5b1cbc into OpenLoco:master May 17, 2019
@AaronVanGeffen AaronVanGeffen deleted the fix/342 branch May 17, 2019 15:48
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.

None yet

2 participants