mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reset sampleFrac on keyon.
Since we're starting the samples over.
This commit is contained in:
parent
38053df4ca
commit
8ded863231
1 changed files with 1 additions and 0 deletions
|
@ -639,6 +639,7 @@ void SasVoice::KeyOn() {
|
|||
playing = true;
|
||||
on = true;
|
||||
paused = false;
|
||||
sampleFrac = 0;
|
||||
}
|
||||
|
||||
void SasVoice::KeyOff() {
|
||||
|
|
Loading…
Add table
Reference in a new issue