Adjust GDscript example formatting in Using Containers (#5020)

This commit is contained in:
hpnrep6
2021-06-19 22:07:47 +02:00
committed by GitHub
parent 3c1596e4a9
commit f18d88c74e
+1 -1
View File
@@ -170,7 +170,7 @@ to its rect size:
extends Container
func _notification(what):
if (what==NOTIFICATION_SORT_CHILDREN):
if what == NOTIFICATION_SORT_CHILDREN:
# Must re-sort the children
for c in get_children():
# Fit to own size