mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Add in missing return. Also removed now obsolete comment.
This commit is contained in:
parent
881528f77b
commit
1e71822982
@ -280,12 +280,11 @@ func _notification(what):
|
||||
if self != null && get_plugin():
|
||||
get_plugin().unregister_gizmo(self)
|
||||
|
||||
#todo if selection type changed recalc handles aswell
|
||||
#add method recalc handles -> check for type
|
||||
func recalculate_handle_points() -> void:
|
||||
if !_mdr:
|
||||
_handle_points.resize(0)
|
||||
_handle_to_vertex_map.resize(0)
|
||||
return
|
||||
|
||||
var mdr_arr : Array = _mdr.array
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user