Replace NULL with nullptr
This commit is contained in:
@ -251,7 +251,7 @@ void CPUParticles2DEditorPlugin::_bind_methods() {
|
||||
|
||||
CPUParticles2DEditorPlugin::CPUParticles2DEditorPlugin(EditorNode *p_node) {
|
||||
|
||||
particles = NULL;
|
||||
particles = nullptr;
|
||||
editor = p_node;
|
||||
undo_redo = editor->get_undo_redo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user