aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--medley_new/src/media/UAudioPlayback_SoftMixer.pas2
1 files changed, 0 insertions, 2 deletions
diff --git a/medley_new/src/media/UAudioPlayback_SoftMixer.pas b/medley_new/src/media/UAudioPlayback_SoftMixer.pas
index ac65fd68..a8639ee3 100644
--- a/medley_new/src/media/UAudioPlayback_SoftMixer.pas
+++ b/medley_new/src/media/UAudioPlayback_SoftMixer.pas
@@ -482,12 +482,10 @@ end;
procedure TGenericPlaybackStream.Fade(Time: real; TargetVolume: single);
begin
- (* TODO: test
FadeInTime := Trunc(Time * 1000);
FadeInStartTime := SDL_GetTicks();
FadeInStartVolume := fVolume;
FadeInTargetVolume := TargetVolume;
- *)
end;
procedure TGenericPlaybackStream.Pause();