mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
Fixed various uninitialised member variables in editor plugins.
This commit is contained in:
parent
d16ce4a8ed
commit
ed337085cf
5 changed files with 47 additions and 39 deletions
|
|
@ -151,6 +151,7 @@ void SkeletonEditor::_bind_methods() {
|
|||
}
|
||||
|
||||
SkeletonEditor::SkeletonEditor() {
|
||||
skeleton = NULL;
|
||||
options = memnew(MenuButton);
|
||||
SpatialEditor::get_singleton()->add_control_to_menu_panel(options);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue