Searched refs:lastValue (Results 1 – 1 of 1) sorted by relevance
102 static float lastValue = 0.0; in ShowProgress() local103 if (abs(value - lastValue) > 0.01) { // 0.01 : The progress bar changes by more than 0.01 in ShowProgress()105 lastValue = value; in ShowProgress()