Fixed some weird bug lol

This commit is contained in:
sapient_cogbag 2020-04-11 08:37:53 +01:00
parent 683f6aa92b
commit 3f515aff46
No known key found for this signature in database
GPG key ID: 9DA0A435732D7C4A
3 changed files with 1375 additions and 1373 deletions

View file

@ -177,7 +177,7 @@ func _load_palettes() -> void:
Global.palette_option_button.select(index)
if not "Default" in Global.palettes && Global.palettes.size() > 0:
Global.control._on_PaletteOptionButton_item_selected(0)
Global.palette_container._on_PaletteOptionButton_item_selected(0)
# Get the palette files in a single directory.
# if it does not exist, return []