Wave effect, AMD lightmap fix and other updates (#1156)

This commit is contained in:
Turánszki János
2025-07-10 17:40:57 +02:00
committed by GitHub
parent 4028d250e7
commit 15c22fd666
20 changed files with 247 additions and 62 deletions
+2 -2
View File
@@ -1588,12 +1588,12 @@ void GraphicsWindow::Update()
if (editor->resolutionScale != editor->renderPath->resolutionScale)
{
editor->renderPath->resolutionScale = editor->resolutionScale;
//editor->ResizeBuffers();
editor->ResizeBuffers();
}
if (MSAAComboBox.GetItemUserData(MSAAComboBox.GetSelected()) != editor->renderPath->getMSAASampleCount())
{
editor->renderPath->setMSAASampleCount((uint32_t)MSAAComboBox.GetItemUserData(MSAAComboBox.GetSelected()));
//editor->ResizeBuffers();
editor->ResizeBuffers();
}
if (IsCollapsed())