Skip to content

Commit

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

[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 @@ -89,6 +89,7 @@ public float getCharactersPerSecond() {
@Override
protected void resetState() {
timer = 0f;
skip = false;
}

/**
Expand Down

0 comments on commit c54ecbc

Please sign in to comment.