Skip to content

Commit

Permalink
Resolve... weird "syntax" error?
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Jan 25, 2025
1 parent ebb81d5 commit b5bc690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/reco1l/andengine/text/ExtendedText.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ open class ExtendedText : ExtendedEntity() {
set(value) {
if (field != value) {
field = value

if (value.length > maximumSize) {
shouldRebuildVertexBuffer = true
shouldRebuildTextureBuffer = true
}

updateVertexBuffer()
}
}
Expand Down

0 comments on commit b5bc690

Please sign in to comment.