142143144145146147148149150151152
AbstractShape brushToDraw = brushes[brushIndex]; */ AbstractShape brushToDraw = drawShape; //Draw brush brushToDraw.drawComponent(mtApp.g); mtApp.popMatrix(); } mtApp.popMatrix();