mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-07 09:19:56 +01:00
only do 10 updates / sec
This commit is contained in:
parent
866e55ad22
commit
95367245cb
|
|
@ -58,7 +58,7 @@ public abstract class BasicTest {
|
|||
* Creates an instance of PlayTest
|
||||
*/
|
||||
public BasicTest() {
|
||||
al = new AL(null, 44100, 40, false);
|
||||
al = new AL(null, 44100, 15, false);
|
||||
try {
|
||||
al.create();
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue