We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e8b68 commit dd0c169Copy full SHA for dd0c169
jme3-core/src/main/java/com/jme3/font/ColorTags.java
@@ -77,7 +77,7 @@ void setText(final String charSeq) {
77
}
78
Matcher m = colorPattern.matcher(charSeq);
79
if (m.find()) {
80
- StringBuilder builder = new StringBuilder(charSeq.length()-7);
+ StringBuilder builder = new StringBuilder();
81
int startIndex = 0;
82
do {
83
String colorStr = null;
0 commit comments