1
0
Fork 0

fix fade_beats defined as int in audio_stream_interactive.h

This commit is contained in:
PhairZ 2024-11-13 19:51:38 +02:00
parent 277cb68e1a
commit 8c4a9ad626
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ private:
TransitionFromTime from_time = TRANSITION_FROM_TIME_NEXT_BEAT;
TransitionToTime to_time = TRANSITION_TO_TIME_START;
FadeMode fade_mode = FADE_AUTOMATIC;
int fade_beats = 1;
float fade_beats = 1;
bool use_filler_clip = false;
int filler_clip = 0;
bool hold_previous = false;