Merge pull request #34 from juliandescottes/fix-rectangletool

Passed correct reference of drawingController when releasing tool
This commit is contained in:
Julian Descottes 2012-09-05 15:00:44 -07:00
commit 870cecc989

View File

@ -252,7 +252,7 @@ $.namespace("pskl");
spriteCoordinate.col,
spriteCoordinate.row,
penColor,
this.drawer
this.drawingController
);
},