Skip to content

Conversation

@phoenix7765
Copy link

Draw all ImageObject to another place.

Draw all ImageObject to another place.
}

public void drawOnCanvas(Canvas canvas) {
for (MultiTouchObject imageObject : mImages) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this function be inside TurboImageView.java since ImageObject.java does not have the var mImages?

Comment on lines 116 to +118
}

public void drawOnCanvas(Canvas canvas) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants