You've already forked godot
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user