build updates (#655)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user