mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-20 08:23:44 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -96,7 +96,7 @@ Node *DictionaryPropertyEdit::get_node() {
|
||||
|
||||
Object *o = ObjectDB::get_instance(obj);
|
||||
if (!o)
|
||||
return NULL;
|
||||
return nullptr;
|
||||
|
||||
return cast_to<Node>(o);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user