Fixed an issue with previous commit

accellbaker
Ali-RS 5 years ago committed by GitHub
parent 740832d699
commit 3d7a5ee01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jme3-examples/src/main/java/jme3test/gui/TestRtlBitmapText.java

@ -46,7 +46,7 @@ public class TestRtlBitmapText extends SimpleApplication {
private String text = ".text left to right test a is This";
public static void main(String[] args) {
TestRTLBitmapText app = new TestRTLBitmapText();
TestRtlBitmapText app = new TestRtlBitmapText();
app.start();
}

Loading…
Cancel
Save