Merge branch 'master' into refactoring

This commit is contained in:
Manolis Papadeas 2020-06-04 20:28:22 +03:00 committed by GitHub
commit b6dec2d500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View file

@ -700,7 +700,6 @@ func animation_tags_changed(value : Array) -> void:
animation_timeline.first_frame = tag.from - 1
animation_timeline.last_frame = min(frames.size() - 1, tag.to - 1)
func update_hint_tooltips() -> void:
var root = get_tree().get_root()