Skip to content
Snippets Groups Projects
Commit 25c3d3ca authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#7 Tablexia screen sound loader loading fix

parent 99d52354
Branches
Tags
No related merge requests found
......@@ -240,7 +240,7 @@ public abstract class AbstractTablexiaScreen<T> extends ScreenAdapter {
List<String> soundsFileNames = new ArrayList<String>();
prepareScreenSoundAssetNames(soundsFileNames);
for (String soundFileName : soundsFileNames) {
textureManager.load(soundFileName, Sound.class);
soundManager.load(soundFileName, Sound.class);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment