small changes

This commit is contained in:
Turánszki János
2026-02-16 12:21:06 +01:00
parent 30a4cdae78
commit 040958e59e
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ void GeneralWindow::Create(EditorComponent* _editor)
editor->themeEditorWnd.waveColor = wi::Color::fromFloat4(theme_color_wave);
editor->themeEditorWnd.UpdateColorPickerMode();
wi::renderer::SetGridHelperColor(wi::Color::lerp(theme_color_idle, theme_color_focus, 0.6f));
wi::renderer::SetGridHelperColor(theme.shadow_color);
theme.shadow_highlight = !focusModeCheckBox.GetCheck();
theme.shadow_highlight_spread = 0.4f;