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

Showing only one bubble crashes #5

Open
shrugs opened this issue Dec 31, 2014 · 1 comment
Open

Showing only one bubble crashes #5

shrugs opened this issue Dec 31, 2014 · 1 comment

Comments

@shrugs
Copy link
Contributor

shrugs commented Dec 31, 2014

Showing only one bubble crashes if your total degrees is not a multiple of 360 (because then angle is 0, which, when computing future coordinates becomes NaN, breaking Pop).

Not a major issue, but something I figured I'd write on the internet in the event someone else has the issue.

@lvandyk
Copy link
Contributor

lvandyk commented Dec 31, 2014

Nicely spotted, we can fix it in the next version.

Happy New Years!!

On 01 Jan 2015, at 1:14 AM, Matt Condon [email protected] wrote:

Showing only one bubble crashes if your total degrees is not a multiple of 360 (because then angle is 0, which, when computing future coordinates becomes NaN, breaking Pop).

Not a major issue, but something I figured I'd write on the internet in the event someone else has the issue.


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

2 participants