summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-06-17 10:57:42 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-06-17 10:57:42 +0200
commitd66281c7b89dd4b8021de904eea36a6e204cdd3a (patch)
treeae913ceae72e5e0d386c7d2e13f4a8fe3472e2e6 /editor/animation_track_editor.h
parent71699e08c9df78b7203fa4ef9cede28e995d6ace (diff)
parent9ba984e2c14c4a5f6464e828f9e2f9b8e4bb73ea (diff)
downloadredot-engine-d66281c7b89dd4b8021de904eea36a6e204cdd3a.tar.gz
Merge pull request #80860 from RandomShaper/harmonize_track_insert
Simplify right-click track insertion code
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r--editor/animation_track_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h
index 1498a948f5..4c7c1a58f8 100644
--- a/editor/animation_track_editor.h
+++ b/editor/animation_track_editor.h
@@ -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;