You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Merge pull request #80860 from RandomShaper/harmonize_track_insert
Simplify right-click track insertion code
This commit is contained in:
@@ -464,6 +464,7 @@ class AnimationTrackEditor : public VBoxContainer {
|
||||
Animation::TrackType type;
|
||||
NodePath path;
|
||||
int track_idx = 0;
|
||||
float time = FLT_MAX; // Defaults to current timeline position.
|
||||
Variant value;
|
||||
String query;
|
||||
bool advance = false;
|
||||
|
||||
Reference in New Issue
Block a user