Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Fixed a documentation issue with TextureMapImpl.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAreAllTheseTaken committed Dec 9, 2019
1 parent 1ccd88d commit 8fc89e6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ public Image getSheet(Image img) {
return sheet;
}

/**
* {@inheritDoc}
*/
public void setRenderer(Renderer renderer) {
this.renderer = renderer;
}
Expand Down

0 comments on commit 8fc89e6

Please sign in to comment.