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

Rectangle class centerY getter has a typo! #8

Closed
oxysoft opened this issue Sep 20, 2014 · 1 comment
Closed

Rectangle class centerY getter has a typo! #8

oxysoft opened this issue Sep 20, 2014 · 1 comment
Labels

Comments

@oxysoft
Copy link

oxysoft commented Sep 20, 2014

Take a look at that

num get centerY => this.x + this.halfHeight;

Should be this.y

@playif playif added the bug label Sep 21, 2014
@playif
Copy link
Owner

playif commented Sep 21, 2014

Thanks for your reporting.
The bug should be fixed in v0.10.3

@playif playif closed this as completed Sep 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants