This commit is contained in:
doitux
2007-06-14 23:34:51 +00:00
parent 0cc67e0137
commit 9a05b348a1
+1 -1
View File
@@ -86,7 +86,7 @@ void MySetLabel::nextTimeOutAnimationFrame() {
//save gfx ressources and never play more the 10 pps
// timeOutAnimationWidth = timeOutAnimationWidth - decreaseWidthIntervall;
unsigned int realTimerValue = realTimer.elapsed().total_milliseconds();
timeOutAnimationWidth = 118-((realTimerValue*118)/(timeOutValue*1000));
timeOutAnimationWidth = 118-(((realTimerValue-3000)*118)/((timeOutValue-3)*1000));
}
timeOutFrame++;