* Fix incorrect class name in TestTextureArrayCompressed
This commit is contained in:
parent
8e7eae01a7
commit
fb6fb73239
@ -80,7 +80,7 @@ public class TestTextureArrayCompressed extends SimpleApplication
|
||||
*/
|
||||
public static void main(String[] args)
|
||||
{
|
||||
TestTextureArray app = new TestTextureArray();
|
||||
TestTextureArrayCompressed app = new TestTextureArrayCompressed();
|
||||
app.start();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user