merge in master, fixed mipgen sample offset bug, system updates, refactors, serializations
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user