We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Please change in ParticleSystem#configureEmiter code from
line 457 mEmiterYMax = location[1] + emiter.getWidth() - mParentLocation[1];
to
line 457 mEmiterYMax = location[1] + emiter.getHeight() - mParentLocation[1];
The text was updated successfully, but these errors were encountered:
fix for #13, wrong height with center_vertical gravity
caa241c
Thanks for the heads up, I'll be publishing an updated version soon. For now, this is fixed on the latest code.
Sorry, something went wrong.
No branches or pull requests
Hi,
Please change in ParticleSystem#configureEmiter code from
line 457 mEmiterYMax = location[1] + emiter.getWidth() - mParentLocation[1];
to
line 457 mEmiterYMax = location[1] + emiter.getHeight() - mParentLocation[1];
The text was updated successfully, but these errors were encountered: