Fix libGDX flickering, fix #148, fix #149

This commit is contained in:
Emux
2018-01-04 16:55:10 +02:00
parent ab7164499d
commit af98b0668a
4 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright 2013 Hannes Janetzek
* Copyright 2016-2017 devemux86
* Copyright 2016-2018 devemux86
*
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
@@ -65,7 +65,7 @@ public class GdxMapApp extends GdxMap {
cfg.width = 800;
cfg.height = 600;
cfg.stencil = 8;
cfg.samples = 2;
//cfg.samples = 2;
cfg.foregroundFPS = 30;
cfg.backgroundFPS = 10;
cfg.forceExit = false;