slider: remove old debug info

This commit is contained in:
itsmattkc
2020-06-16 15:17:01 +10:00
parent 66b63535a3
commit dc86e18eb6
-2
View File
@@ -156,9 +156,7 @@ void SliderLadder::TimerUpdate()
#endif
int target = active_element_->y() + active_element_->height() / 2;
qDebug() << "Lerping" << relative_y_ << "to" << target << QDateTime::currentMSecsSinceEpoch();
relative_y_ = lerp(relative_y_, static_cast<float>(target), 0.1f);
qDebug() << " Relative Y:" << relative_y_;
if (!x_mvmt && !y_mvmt) {
return;