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

use different lua class setup to avoid weird field clobbering #2101

Merged
merged 1 commit into from Jan 29, 2023

Conversation

AlecTroemel
Copy link
Sponsor Contributor

@AlecTroemel AlecTroemel commented Jan 27, 2023

closes #2008

I cant give a full explanation of why all this happens.. but the current luamark in some situations has a bug where later created bunnies x,y,speedX,speedY are retroactively being "applied" to previously created objects..

the different OOP style here does not exhibit this bug

@nesbox nesbox added this to To do in dev version 1.1 via automation Jan 29, 2023
@nesbox nesbox merged commit 6fe8b77 into nesbox:main Jan 29, 2023
dev version 1.1 automation moved this from To do to Done Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

strange behavior of demo program luamark
2 participants