mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
add: small output line to tell that EAX is possible
This commit is contained in:
parent
7a2acd569d
commit
03dfdf5f70
1 changed files with 2 additions and 0 deletions
|
|
@ -59,7 +59,9 @@ public class EAXTest extends BasicTest {
|
|||
eax.create();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return;
|
||||
}
|
||||
System.out.println("EAX supported...");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue