build updates (#655)

This commit is contained in:
Turánszki János
2023-03-28 19:30:29 +02:00
committed by GitHub
parent 565231e0b0
commit 21d5f37fee
86 changed files with 57 additions and 171 deletions
-2
View File
@@ -1,6 +1,5 @@
#include "stdafx.h"
#include "MaterialWindow.h"
#include "Editor.h"
using namespace wi::graphics;
using namespace wi::ecs;
@@ -18,7 +17,6 @@ void MaterialPickerWindow::Create(EditorComponent* _editor)
SetCollapsed(true);
}
void MaterialPickerWindow::RecreateButtons()
{
if (editor == nullptr)