refactors and start reworking scripting api

This commit is contained in:
turanszkij
2018-09-20 18:47:21 +01:00
parent 26a12876bb
commit 3ae00c34e7
17 changed files with 778 additions and 2987 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ void AnimationWindow::Update()
loopedCheckBox->SetCheck(animation.IsLooped());
timerSlider->SetRange(0, animation.length);
timerSlider->SetRange(0, animation.GetLength());
timerSlider->SetValue(animation.timer);
}
}