fixed blend order of volumetrics and light shafts

This commit is contained in:
Turánszki János
2024-07-07 19:22:28 +02:00
parent 24534926e5
commit 2a8f644611
3 changed files with 36 additions and 31 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ void LightWindow::Create(EditorComponent* _editor)
{
editor = _editor;
wi::gui::Window::Create(ICON_POINTLIGHT " Light", wi::gui::Window::WindowControls::COLLAPSE | wi::gui::Window::WindowControls::CLOSE);
SetSize(XMFLOAT2(650, 860));
SetSize(XMFLOAT2(650, 900));
closeButton.SetTooltip("Delete LightComponent");
OnClose([=](wi::gui::EventArgs args) {