merge in master, fixed mipgen sample offset bug, system updates, refactors, serializations

This commit is contained in:
turanszkij
2018-09-17 21:33:37 +01:00
22 changed files with 755 additions and 426 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ AnimationWindow::AnimationWindow(wiGUI* gui) :GUI(gui)
AnimationComponent* animation = wiRenderer::GetScene().animations.GetComponent(entity);
if (animation != nullptr)
{
animation->looped = args.bValue;
animation->SetLooped(args.bValue);
}
});
animWindow->AddWidget(loopedCheckBox);