Align editor runtime scene handoff
This commit is contained in:
@@ -174,9 +174,10 @@ EditorWindowFrameTransferRequests EditorWorkspaceWindowContentController::Update
|
||||
}
|
||||
|
||||
void EditorWorkspaceWindowContentController::RenderRequestedViewports(
|
||||
EditorFrameServices& frameServices,
|
||||
const ::XCEngine::Rendering::RenderContext& renderContext) {
|
||||
if (m_shellRuntime != nullptr) {
|
||||
m_shellRuntime->RenderRequestedViewports(renderContext);
|
||||
m_shellRuntime->RenderRequestedViewports(frameServices, renderContext);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user