mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 14:15:16 +02:00
Remove quadratic scaling from fadeInThread
This commit is contained in:
parent
4a5328ba14
commit
a7c59b13c6
1 changed files with 1 additions and 3 deletions
|
@ -362,9 +362,7 @@ void AudioStream::fadeInThread()
|
|||
break;
|
||||
}
|
||||
|
||||
/* Quadratic increase (not really the same as
|
||||
* in RMVXA, but close enough) */
|
||||
setVolume(FadeIn, prog*prog);
|
||||
setVolume(FadeIn, prog);
|
||||
|
||||
unlockStream();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue