mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Style: Apply clang-tidy's modernize-use-nullptr
This commit is contained in:
parent
65a2888057
commit
9bbe51dc27
21 changed files with 50 additions and 50 deletions
|
|
@ -2301,7 +2301,7 @@ GDScriptLanguage::~GDScriptLanguage() {
|
|||
script->unreference();
|
||||
}
|
||||
|
||||
singleton = NULL;
|
||||
singleton = nullptr;
|
||||
}
|
||||
|
||||
void GDScriptLanguage::add_orphan_subclass(const String &p_qualified_name, const ObjectID &p_subclass) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue