playif / play_phaser

A Dart port for Phaser 2D game engine.
MIT License
72 stars 13 forks source link

Rectangle class centerY getter has a typo! #8

Closed oxysoft closed 9 years ago

oxysoft commented 9 years ago

Take a look at that

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

Should be this.y

playif commented 9 years ago

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