You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fix recognition of resource extensions.
Also removes a related debug print.
This commit is contained in:
@@ -116,7 +116,6 @@ void CustomPropertyEditor::_menu_option(int p_which) {
|
||||
|
||||
Set<String> valid_extensions;
|
||||
for (List<String>::Element *E = extensions.front(); E; E = E->next()) {
|
||||
print_line("found: " + E->get());
|
||||
valid_extensions.insert(E->get());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user