You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -345,7 +345,7 @@ void Environment::_validate_property(PropertyInfo &property) const {
|
||||
"ssao_",
|
||||
"glow_",
|
||||
"adjustment_",
|
||||
NULL
|
||||
nullptr
|
||||
|
||||
};
|
||||
|
||||
@@ -354,7 +354,7 @@ void Environment::_validate_property(PropertyInfo &property) const {
|
||||
"tonemap_",
|
||||
"ss_reflections_",
|
||||
"ssao_",
|
||||
NULL
|
||||
nullptr
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user