Renamed class to TestRtlBitmapText

This commit is contained in:
Ali-RS 2019-08-13 11:17:37 +04:30 committed by GitHub
parent 16ccd36d56
commit 740832d699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ import com.jme3.font.Rectangle;
/** /**
* Test case for JME issue #1158: BitmapText right to left line wrapping not work * Test case for JME issue #1158: BitmapText right to left line wrapping not work
*/ */
public class TestRTLBitmapText extends SimpleApplication { public class TestRtlBitmapText extends SimpleApplication {
// A right to left text. // A right to left text.
private String text = ".text left to right test a is This"; private String text = ".text left to right test a is This";