Paul makes me feel like less of a man <3

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9391 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
sky..ok 13 years ago
parent 6b91149956
commit bbf32420a2
  1. 4
      engine/src/core/com/jme3/font/BitmapText.java

@ -112,9 +112,7 @@ public class BitmapText extends Node {
*/
public void setText(String text) {
text = text == null ? "" : text;
if (block.getText().equals(text)) {
return;
} else {
if (!block.getText().equals(text)) {
// If the text is empty, reset
if (text.isEmpty()) {
System.out.println("text is different");

Loading…
Cancel
Save