You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user