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

squirrel: Fix mouse() from returning null values #1719

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

RobLoach
Copy link
Contributor

@RobLoach RobLoach commented Dec 5, 2021

Looks like Squirrel's push methods will append to the array. Since the array was initialized with 7, the values were already initialized as null, and the mouse values were appended to the end. This fixes that.

Fixes #1718

@nesbox nesbox merged commit 60c742f into nesbox:master Dec 6, 2021
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.

Squirrel: mouse() returns null values before actual values
3 participants