mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-06 03:44:48 -04:00
Fixed issue with project brushes and undoing their deletion
This commit is contained in:
parent
9468dd5731
commit
feea931e22
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue