Skip to content

Commit

Permalink
Epic bug was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonov committed May 14, 2012
1 parent 9be112a commit 274cf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/andengine/entity/Entity.java
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ public float[] convertLocalToSceneCoordinates(final float pX, final float pY, fi
*/
@Override
public float[] convertLocalToSceneCoordinates(final float[] pCoordinates) {
return this.convertSceneToLocalCoordinates(pCoordinates, Entity.VERTICES_LOCAL_TO_SCENE_TMP);
return this.convertLocalToSceneCoordinates(pCoordinates, Entity.VERTICES_LOCAL_TO_SCENE_TMP);
}

/* (non-Javadoc)
Expand Down

0 comments on commit 274cf0e

Please sign in to comment.