clean up; music selection no longer wraps back to top;

This commit is contained in:
2018-09-04 04:50:35 -05:00
parent eba5459ab3
commit ec82f3a5ee
2 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,6 @@ public class RhythmBullet extends Game {
private AssetManager assetManager = new AssetManager();
private Skin skin;
TextureAtlas skinAtlas;
private Preferences preferences;
private RoundingResolutionHandler rRHandler;
private InitialScreen initialScreen;
@@ -217,7 +216,6 @@ public class RhythmBullet extends Game {
Gdx.app.debug("Core", "disposing...");
try {
getScreen().dispose();
skinAtlas.dispose();
getSkin().dispose();
assetManager.dispose();
assetPack.dispose();