Minor.
This commit is contained in:
parent
f193637f63
commit
426f0e0453
|
@ -2295,8 +2295,8 @@
|
||||||
|
|
||||||
e1 = TRUNC( CEILING( x1 ) );
|
e1 = TRUNC( CEILING( x1 ) );
|
||||||
|
|
||||||
if ( x2 - x1 - ras.precision <= ras.precision_jitter &&
|
if ( dropOutControl != 2 &&
|
||||||
dropOutControl != 2 )
|
x2 - x1 - ras.precision <= ras.precision_jitter )
|
||||||
e2 = e1;
|
e2 = e1;
|
||||||
else
|
else
|
||||||
e2 = TRUNC( FLOOR( x2 ) );
|
e2 = TRUNC( FLOOR( x2 ) );
|
||||||
|
|
Loading…
Reference in New Issue