gui fixes

This commit is contained in:
turanszkij
2019-10-24 22:36:35 +01:00
parent a5da17dc86
commit 3bc197d8f0
21 changed files with 395 additions and 175 deletions
+2 -1
View File
@@ -479,7 +479,7 @@ void EditorComponent::Load()
});
loader->onFinished([=] {
main->ActivatePath(this, 0.2f, wiColor::Black());
weatherWnd->UpdateFromRenderer();
weatherWnd->Update();
});
main->ActivatePath(loader, 0.2f, wiColor::Black());
ResetHistory();
@@ -714,6 +714,7 @@ void EditorComponent::Update(float dt)
CameraComponent& camera = wiRenderer::GetCamera();
animWnd->Update();
weatherWnd->Update();
selectionOutlineTimer += dt;