Fixed typo.

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
monroegm-disable-blank-issue-2
Chris Galvan 4 years ago
parent 7a2eb349ca
commit e7035c5af6

@ -2508,7 +2508,7 @@ namespace LandscapeCanvasEditor
void MainWindow::OnPrefabFocusChanged() void MainWindow::OnPrefabFocusChanged()
{ {
// Make sure to close any open graphs that aren't currently in p refab focus // Make sure to close any open graphs that aren't currently in prefab focus
// to prevent the user from making modifications outside of the allowed focus scope // to prevent the user from making modifications outside of the allowed focus scope
AZStd::vector<GraphCanvas::DockWidgetId> dockWidgetsToClose; AZStd::vector<GraphCanvas::DockWidgetId> dockWidgetsToClose;
for (auto [entityId, dockWidgetId] : m_dockWidgetsByEntity) for (auto [entityId, dockWidgetId] : m_dockWidgetsByEntity)

Loading…
Cancel
Save