only do 10 updates / sec

This commit is contained in:
Brian Matzon 2003-04-27 18:39:18 +00:00
parent 866e55ad22
commit 95367245cb

View file

@ -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) {