mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Fix error spam due to missing method.
This commit is contained in:
parent
9fb8e01314
commit
b181be5ddf
@ -68,4 +68,6 @@ func clear_actionbars() -> void:
|
|||||||
for c in children:
|
for c in children:
|
||||||
c.queue_free()
|
c.queue_free()
|
||||||
|
|
||||||
|
func on_changed() -> void:
|
||||||
|
#todo
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user