Merge pull request #24451 from mateusfccp/animation_editor_curve_tangent_different_color

Change color of AnimationPlayer curve to "highlight"
This commit is contained in:
Rémi Verschelde 2018-12-18 18:56:05 +01:00 committed by GitHub
commit 3c999ae1a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -408,7 +408,8 @@ void AnimationBezierTrackEdit::_notification(int p_what) {
}
//draw edited curve
_draw_track(track, accent);
const Color highlight = get_color("highlight_color", "Editor");
_draw_track(track, highlight);
}
//draw editor handles