Skip to content

Commit

Permalink
Small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocelyn Becker committed Jan 23, 2018
1 parent c5d58cd commit ec872ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected void onSizeChanged(int width, int height,
@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);
// Draw the bitmap where we are saving the path.
// Draw the bitmap that has the saved path.
canvas.drawBitmap(mExtraBitmap, 0, 0, null);
}

Expand Down

0 comments on commit ec872ec

Please sign in to comment.