You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
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