mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 20:25:08 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -100,7 +100,7 @@ ImageFormatLoader *ImageLoader::recognize(const String &p_extension) {
|
||||
return loader[i];
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Vector<ImageFormatLoader *> ImageLoader::loader;
|
||||
|
||||
Reference in New Issue
Block a user