playif / play_phaser

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

Group.sort Class has no instance method '[]'. #7

Closed oxysoft closed 9 years ago

oxysoft commented 9 years ago

I have a Group of entities and I use sort on it, like this

entities.sort('y', Group.SORT_ASCENDING);

But I get the following exception

Breaking on exception: Class 'PlayerEntity' has no instance method '[]'.

Might be broken due to a change in a newer version of Dart, the code in the library does not look wrong.

playif commented 9 years ago

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