You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -119,7 +119,7 @@ void GDNativeLibraryEditor::_update_tree() {
|
||||
new_arch->set_expand_right(0, true);
|
||||
new_arch->set_metadata(1, E->key());
|
||||
|
||||
platform->set_collapsed(collapsed_items.find(E->get().name) != NULL);
|
||||
platform->set_collapsed(collapsed_items.find(E->get().name) != nullptr);
|
||||
}
|
||||
filter->set_text(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user