Fixed issue with project brushes and undoing their deletion

This commit is contained in:
OverloadedOrama 2020-04-17 22:10:52 +03:00
parent 9468dd5731
commit feea931e22

View file

@ -217,6 +217,7 @@ func import_brushes(priority_ordered_search_path: Array) -> void:
# Mark this as a processed relpath # Mark this as a processed relpath
processed_subdir_paths[nonrandomised_subdir][relative_path] = true processed_subdir_paths[nonrandomised_subdir][relative_path] = true
Global.brushes_from_files = Global.custom_brushes.size()