diff options
-rw-r--r-- | core/src/ch/asynk/rustanddust/RustAndDust.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/rustanddust/RustAndDust.java b/core/src/ch/asynk/rustanddust/RustAndDust.java index ef16bc5..a5de2c4 100644 --- a/core/src/ch/asynk/rustanddust/RustAndDust.java +++ b/core/src/ch/asynk/rustanddust/RustAndDust.java @@ -132,7 +132,7 @@ public class RustAndDust extends Game this.hudCorrection = ((int) (125 * Gdx.graphics.getDensity()) - 75); debug("create() [" + Gdx.graphics.getWidth() + ";" + Gdx.graphics.getHeight() + "] " + Gdx.graphics.getDensity() + " -> " + hudCorrection); - db = new DB(Gdx.files.internal(dbFile()).path(), true); + db = new DB(Gdx.files.internal(dbFile()).path(), false); db.setup(); manager = new AssetManager(); |