Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
luismariotti1 committed Jul 21, 2021
1 parent 596d42c commit 7a2b675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Figures/Regular.gd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ func set_edge(value):


func update_local_values():
edge = float(Insp.get_properties_by_id("edge"))
if Insp.get_properties_by_id("edge"):
edge = float(Insp.get_properties_by_id("edge"))


func _physics_process(_delta):
Expand Down

0 comments on commit 7a2b675

Please sign in to comment.