Fix error spam due to missing method.

This commit is contained in:
Relintai 2021-09-06 12:26:31 +02:00
parent 9fb8e01314
commit b181be5ddf

View File

@ -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