refactor(editor): isolate windowing from composition runtime
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "Content/EditorUtilityWindowContentController.h"
|
||||
|
||||
#include "EditorContext.h"
|
||||
#include "UtilityWindows/EditorUtilityWindowRuntime.h"
|
||||
|
||||
#include <XCEngine/UI/DrawData.h>
|
||||
@@ -68,7 +67,7 @@ EditorUtilityWindowContentController::UpdateAndAppend(
|
||||
return {};
|
||||
}
|
||||
|
||||
EditorPanelServices services = context.editorContext.BuildPanelServices();
|
||||
EditorPanelServices services = context.frameServices.BuildPanelServices();
|
||||
m_panel->Update(
|
||||
services,
|
||||
EditorUtilityWindowHostContext{
|
||||
|
||||
Reference in New Issue
Block a user