Adding switch '-W' to fx to control the quality of extracted divisors.

This commit is contained in:
Alan Mishchenko 2011-12-15 15:46:32 -08:00
parent 2bb95a97d0
commit 4a7ef41db2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static int s_MemoryPeak;
***********************************************************************/
int Fxu_FastExtract( Fxu_Data_t * pData )
{
int fScrollLines = 1;
int fScrollLines = 0;
Fxu_Matrix * p;
Fxu_Single * pSingle;
Fxu_Double * pDouble;