Selaa lähdekoodia

Fixed an issue with previous commit

Ali-RS 6 vuotta sitten
vanhempi
commit
3d7a5ee01b

+ 1 - 1
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();
     }