regression fix #73

This commit is contained in:
niels
2015-12-07 20:23:04 +01:00
parent 620714e0e9
commit 44d75e435c

View File

@@ -3316,12 +3316,12 @@ static void update_current_slot(int *history, int pm, int last_pm)
} }
/* if( pm == MODE_SAMPLE|| pm == MODE_STREAM ) if( pm == MODE_SAMPLE|| pm == MODE_STREAM )
if( history[CHAIN_FADE] != info->status_tokens[CHAIN_FADE] ) if( history[CHAIN_FADE] != info->status_tokens[CHAIN_FADE] )
{ {
double val = (double) info->status_tokens[CHAIN_FADE]; double val = (double) info->status_tokens[CHAIN_FADE];
update_slider_value( "manualopacity", val,0 ); update_slider_value( "manualopacity", val,0 );
} */ }
if( fx_anim ) { if( fx_anim ) {
set_toggle_button("kf_none",1); set_toggle_button("kf_none",1);