We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6299c commit be7179eCopy full SHA for be7179e
src/server.cpp
@@ -255,7 +255,7 @@ void SteamAudioServer::run_refl_sim() {
255
if (local_states_have_changed.load()) {
256
local_states_have_changed.store(false);
257
is_refl_thread_processing.store(false);
258
- return;
+ continue;
259
}
260
SteamAudio::log(SteamAudio::log_debug, "running reflection sim");
261
iplSimulatorRunReflections(global_state.sim);
0 commit comments