This commit is contained in:
Turánszki János
2025-06-29 06:54:10 +02:00
parent 0df54255a1
commit 39a5db515a
8 changed files with 8 additions and 9 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())