libGDX desktop: disable OpenAL
This commit is contained in:
parent
58095f31a4
commit
aa5fc79681
@ -60,6 +60,7 @@ public class GdxMapApp extends GdxMap {
|
||||
}
|
||||
|
||||
static protected LwjglApplicationConfiguration getConfig() {
|
||||
LwjglApplicationConfiguration.disableAudio = true;
|
||||
LwjglApplicationConfiguration cfg = new LwjglApplicationConfiguration();
|
||||
cfg.title = "vtm-gdx";
|
||||
cfg.width = 800;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user