handle optional window for sln picker

This commit is contained in:
Matt Parker
2025-09-30 18:52:34 +10:00
parent d59c793263
commit aee8ae4cf6
5 changed files with 43 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ public static class NodeExtensions
{
extension(Node node)
{
public void ClearChildren()
public void QueueFreeChildren()
{
foreach (var child in node.GetChildren())
{