You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -135,7 +135,7 @@ void BackgroundProgress::end_task(const String &p_task) {
|
||||
|
||||
////////////////////////////////////////////////
|
||||
|
||||
ProgressDialog *ProgressDialog::singleton = NULL;
|
||||
ProgressDialog *ProgressDialog::singleton = nullptr;
|
||||
|
||||
void ProgressDialog::_notification(int p_what) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user