Skip to content

Commit 6c0fe98

Browse files
committed
fixup! Pointy shape for booleans
1 parent 609d19e commit 6c0fe98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/block_code/ui/blocks/parameter_block/parameter_block.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func _on_definition_changed():
2626
func _update_block_shape():
2727
if not definition:
2828
return
29+
await ready
2930
_background.is_pointy_value = definition.variant_type == TYPE_BOOL
3031

3132

0 commit comments

Comments
 (0)