Removed previously committed System.out from AndroidAudioRenderer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9244 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
218f082c8b
commit
8ab5a211e2
@ -329,12 +329,7 @@ public class AndroidAudioRenderer implements AudioRenderer,
|
||||
|
||||
try {
|
||||
|
||||
if (audioData.getId() < 0) { // found something to load
|
||||
System.out.println("Loading "+ assetKey.getName());
|
||||
String[] files = assetManager.list(".");
|
||||
for (String string : files) {
|
||||
System.out.println("file "+ string);
|
||||
}
|
||||
if (audioData.getId() < 0) { // found something to load
|
||||
int soundId = soundPool.load(
|
||||
assetManager.openFd(assetKey.getName()), 1);
|
||||
audioData.setId(soundId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user