Replace NULL with nullptr
This commit is contained in:
@ -181,7 +181,7 @@ void ResourcePreloaderEditor::_update_library() {
|
||||
|
||||
tree->clear();
|
||||
tree->set_hide_root(true);
|
||||
TreeItem *root = tree->create_item(NULL);
|
||||
TreeItem *root = tree->create_item(nullptr);
|
||||
|
||||
List<StringName> rnames;
|
||||
preloader->get_resource_list(&rnames);
|
||||
|
||||
Reference in New Issue
Block a user