fix interaction between scroll mods
This commit is contained in:
@@ -481,7 +481,7 @@ float PlayerOptions::GetReversePercentForColumn( int iCol )
|
||||
if( f > 2 )
|
||||
f = fmodf( f, 2 );
|
||||
if( f > 1 )
|
||||
f -= 1;
|
||||
f = SCALE( f, 1.f, 2.f, 1.f, 0.f );
|
||||
return f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user