Fix lovr.audio.setPose() in oculus spatializer mode

This commit is contained in:
mcc 2021-07-14 14:31:26 -04:00 committed by Bjorn
parent fdb8a2423c
commit 39dca2f093
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ static uint32_t oculus_tail(float* scratch, float* output, uint32_t frames) {
}
}
}
state.midPlayback = false; // Allow the first Source of the next pass to recognize it is first
return didAnything ? frames : 0;
}