1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #105715 from Arnklit/animation-player-scale-from-cursor-fix

Fix scaling from cursor in AnimationPlayer
This commit is contained in:
Rémi Verschelde
2025-06-12 22:48:33 +02:00
2 changed files with 9 additions and 7 deletions

View File

@@ -802,7 +802,7 @@ class AnimationTrackEditor : public VBoxContainer {
void _edit_menu_about_to_popup();
void _edit_menu_pressed(int p_option);
int last_menu_track_opt = 0;
bool scale_from_cursor = false;
void _cleanup_animation(Ref<Animation> p_animation);