You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -109,5 +109,5 @@ void ResourceFormatSaverPluginScript::get_recognized_extensions(const RES &p_res
|
||||
|
||||
bool ResourceFormatSaverPluginScript::recognize(const RES &p_resource) const {
|
||||
|
||||
return Object::cast_to<PluginScript>(*p_resource) != NULL;
|
||||
return Object::cast_to<PluginScript>(*p_resource) != nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user