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

Bugfixes #62

Merged
merged 5 commits into from
Sep 2, 2016
Merged

Bugfixes #62

merged 5 commits into from
Sep 2, 2016

Conversation

samhocevar
Copy link
Contributor

No description provided.

PICO-8 atan2() uses (x,y) arguments instead of the standard (y,x). This
fix gets rid of the “FIXME: why does this work?” code that was here to
compensate for the x—y swap.
scroll() was not copying the last screen byte; memcpy() was not copying
to or from the last screen byte; memcpy() would corrupt memory if len < 0.
@gamax92
Copy link
Contributor

gamax92 commented Sep 2, 2016

@samhocevar Can you add in this fix to this PR? BlueAmulet#13

@samhocevar
Copy link
Contributor Author

@gamax92 sure! here it is.

@gamax92
Copy link
Contributor

gamax92 commented Sep 2, 2016

Alright, thank you!

@gamax92 gamax92 merged commit 4d28a76 into picolove:master Sep 2, 2016
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