mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Replace NULL with nullptr
This commit is contained in:
parent
5f11e15571
commit
95a1400a2a
755 changed files with 5742 additions and 5742 deletions
|
|
@ -90,7 +90,7 @@ SkeletonIK3DEditorPlugin::SkeletonIK3DEditorPlugin(EditorNode *p_node) {
|
|||
play_btn->hide();
|
||||
play_btn->connect("pressed", callable_mp(this, &SkeletonIK3DEditorPlugin::_play));
|
||||
add_control_to_container(CONTAINER_SPATIAL_EDITOR_MENU, play_btn);
|
||||
skeleton_ik = NULL;
|
||||
skeleton_ik = nullptr;
|
||||
}
|
||||
|
||||
SkeletonIK3DEditorPlugin::~SkeletonIK3DEditorPlugin() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue