Code Style Fix

This commit is contained in:
Chandler Cox
2022-12-14 08:30:44 -06:00
parent a45f7a86f2
commit de79e43fb1

View File

@@ -555,7 +555,7 @@ namespace FlaxEditor.Modules
}
base.OnSubmit();
var path = StringUtils.CombinePaths(Editor.LocalCachePath, "LayoutsCache", "Layout_" + name + ".xml");
Editor.Instance.Windows.SaveLayout(path);
}