diff --git a/Scripts/Import.gd b/Scripts/Import.gd index 55e43d3..336cee1 100644 --- a/Scripts/Import.gd +++ b/Scripts/Import.gd @@ -217,6 +217,7 @@ func import_brushes(priority_ordered_search_path: Array) -> void: # Mark this as a processed relpath processed_subdir_paths[nonrandomised_subdir][relative_path] = true + Global.brushes_from_files = Global.custom_brushes.size()