particles are now smarter

This commit is contained in:
2018-09-06 19:02:55 -05:00
parent 93939da1aa
commit 84b6a69dff
3 changed files with 28 additions and 22 deletions

View File

@@ -125,7 +125,7 @@ public class PCMObtainer implements Observer, PCMSystem {
@Override
public void loadMusic() {
Gdx.app.debug("PCMObtainer", "music set.");
Gdx.app.debug("PCMObtainer", "music loaded.");
sourceID = -1;
channelCount = mc.getCurrentMusicHeader().getChannelCount();