I fixed the ingamerender-not-rendering bug??

This commit is contained in:
minjaesong
2024-02-05 01:26:27 +09:00
parent 9ec66109a1
commit cc00e1eff9
6 changed files with 21 additions and 14 deletions

View File

@@ -1246,7 +1246,7 @@ public class App implements ApplicationListener {
printdbg(this, "PostInit done; took "+tms+" seconds");
}
public static void renewAudioProcessor(int bufferSize) {
public static void reloadAudioProcessor(int bufferSize) {
// copy music tracks
var dynaicTracks = audioMixer.getDynamicTracks();
var staticTracks = audioMixer.getTracks();
@@ -1280,6 +1280,7 @@ public class App implements ApplicationListener {
e.printStackTrace();
}
}*/
}