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