Skip to content

Commit

Permalink
Add getDisplay to point
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed Jan 3, 2022
1 parent 3d243bc commit 26e9793
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/util/point.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ setMut!("point", "base.transform.x");
setMut!("point", "base.transform.y");
behaviorCustom!("point", {
getDisplay!();
point (getVal!("point", "base.transform.x"), getVal!("point", "base.transform.y"));
}, -400);
Expand Down

0 comments on commit 26e9793

Please sign in to comment.