You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Signals: Fix invalid connections to missing callbacks
These bugs existed since those lines were added, so I assume that their intended use is no longer relevant.
This commit is contained in:
@@ -110,7 +110,6 @@ class AnimationPlayerEditor : public VBoxContainer {
|
||||
float timeline_position;
|
||||
|
||||
EditorFileDialog *file;
|
||||
AcceptDialog *accept;
|
||||
ConfirmationDialog *delete_dialog;
|
||||
int current_option;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user