mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Update todo
This commit is contained in:
parent
37a9ff7963
commit
2044f05719
3 changed files with 4 additions and 3 deletions
|
|
@ -424,7 +424,7 @@ cAudioManager::ProcessReverb()
|
|||
VolR = Min(MAX_VOLUME, VolR + VolUp);
|
||||
|
||||
if (OldVolL != VolL || OldVolR != VolR) {
|
||||
SampleManager.UpdateReverb(VolL, VolR, 100, 15, 80);
|
||||
SampleManager.UpdateReverb(/*VolL, VolR, 100, 15, 80*/);
|
||||
OldVolL = VolL;
|
||||
OldVolR = VolR;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue