mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-03 14:23:19 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -498,7 +498,7 @@ BaseButton *ButtonGroup::get_pressed_button() {
|
||||
return E->get();
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void ButtonGroup::_bind_methods() {
|
||||
|
||||
Reference in New Issue
Block a user