Skip to content

Commit 3957b5f

Browse files
authored
Merge pull request #156 from endlessm/T35573-add-note
Block: Add FIXME note for using SnapPoint directly
2 parents 6ea45f7 + 9f3cd95 commit 3957b5f

File tree

1 file changed

+3
-0
lines changed
  • addons/block_code/ui/blocks/block

1 file changed

+3
-0
lines changed

addons/block_code/ui/blocks/block/block.gd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ signal modified
3232
## The resource containing the block properties and the snapped blocks
3333
@export var resource: SerializedBlockTreeNode
3434

35+
# FIXME: Add export to this variable and remove bottom_snap_path above.
36+
# There is a bug in Godot 4.2 that prevents using SnapPoint directly:
37+
# https://github.com/godotengine/godot/issues/82670
3538
var bottom_snap: SnapPoint
3639

3740

0 commit comments

Comments
 (0)