general updates, refactors

This commit is contained in:
turanszkij
2018-11-01 19:15:32 +00:00
parent 2fc027c682
commit 381f571458
67 changed files with 1301 additions and 1526 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ void AnimationWindow::Update()
}
int selected = animationsComboBox->GetSelected();
if (selected >= 0 && selected < scene.animations.GetCount())
if (selected >= 0 && selected < (int)scene.animations.GetCount())
{
AnimationComponent& animation = scene.animations[selected];