Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When we search around we have to be careful not to consider the items whose position hasn't been computed yet. Otherwise we sometime get crashes when we click in the sky. I suspect this is what the initialized attribute might have been for, since it is currently always set to true. For the moment I just did a quick fix by initializing the pos to zero and checking that in the search method.
- Loading branch information