Skip to content

Commit

Permalink
Changed ImageRenderNode textureRegion field visibility to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Jul 15, 2018
1 parent 8e5a720 commit 4d03768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[1.7.5-SNAPSHOT]
- Changed ImageRenderNode textureRegion field visibility to protected

[1.7.4]
- Fixed LabelRenderNode not updating text if updated from its own defer call
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* {@link RenderNode} implementation for {@link Image}
*/
public class ImageRenderNode extends RenderNode<Image, StyleRule> {
private TextureRegion textureRegion;
protected TextureRegion textureRegion;

public ImageRenderNode(ParentRenderNode<?, ?> parent, Image element) {
super(parent, element);
Expand Down

0 comments on commit 4d03768

Please sign in to comment.