You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Style: Fix previous commits from @reduz
This commit is contained in:
@@ -128,11 +128,10 @@ PhysicalBone *SkeletonEditor::create_physical_bone(int bone_id, int bone_child_i
|
||||
void SkeletonEditor::edit(Skeleton *p_node) {
|
||||
|
||||
skeleton = p_node;
|
||||
|
||||
}
|
||||
|
||||
void SkeletonEditor::_notification(int p_what) {
|
||||
if (p_what==NOTIFICATION_ENTER_TREE) {
|
||||
if (p_what == NOTIFICATION_ENTER_TREE) {
|
||||
get_tree()->connect("node_removed", this, "_node_removed");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user