Skip to content

Commit

Permalink
Update FracturalCommons to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlinx committed Jun 5, 2023
1 parent 62bfaa5 commit 0066e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions addons/FracturalInject/Editor/ClassTypeEditorProperty.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using Fractural.Plugin;
using Fractural.Utils;
using Godot;
using System;
using System.Collections.Generic;
using System.Linq;

#if TOOLS
namespace Fractural.DependencyInjection
Expand Down Expand Up @@ -58,7 +55,7 @@ private void OnClearButtonPressed()

private void OnSelectButtonPressed()
{
_popupSearch.SearchEntries = _inspectorPlugin.NodeClassTypesDict.Keys.ToArray();
_popupSearch.SearchEntries = SearchEntry.ArrayFromStringEnumerable(_inspectorPlugin.NodeClassTypesDict.Keys);
_popupSearch.Popup_(_selectButton.GetGlobalRect());
}

Expand Down

0 comments on commit 0066e05

Please sign in to comment.