handle optional window for sln picker
This commit is contained in:
@@ -36,7 +36,7 @@ public static class NodeExtensions
|
||||
{
|
||||
extension(Node node)
|
||||
{
|
||||
public void ClearChildren()
|
||||
public void QueueFreeChildren()
|
||||
{
|
||||
foreach (var child in node.GetChildren())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user