libGDX desktop: disable OpenAL

This commit is contained in:
Emux 2016-10-15 19:05:03 +03:00
parent 58095f31a4
commit aa5fc79681

View File

@ -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;