mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-14 12:40:11 +00:00
Remove call to SetState, superfluous now that the state variables are gone.
This commit is contained in:
parent
0a3c59466d
commit
caf729e01e
@ -797,9 +797,4 @@ void ADSREnvelope::DoState(PointerWrap &p) {
|
||||
int stepsLegacy;
|
||||
p.Do(stepsLegacy);
|
||||
p.Do(height_);
|
||||
|
||||
// If loading, recompute the per-state variables
|
||||
if (p.GetMode() == PointerWrap::MODE_READ) {
|
||||
SetState(state_);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user