X Tutup
Skip to content

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

Merged
nesbox merged 1 commit intonesbox:masterfrom
RobLoach:mouse-array
Dec 6, 2021
Merged

squirrel: Fix mouse() from returning null values#1719
nesbox merged 1 commit intonesbox:masterfrom
RobLoach:mouse-array

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

X Tutup