1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Rename RID's getornull() to get_or_null()

This commit is contained in:
Hugo Locurcio
2021-09-29 19:08:41 +02:00
parent f91afeb75d
commit ba65730cbf
30 changed files with 1717 additions and 1717 deletions

View File

@@ -1772,7 +1772,7 @@ void RendererSceneSkyRD::initialize_sky_rid(RID p_rid) {
}
RendererSceneSkyRD::Sky *RendererSceneSkyRD::get_sky(RID p_sky) const {
return sky_owner.getornull(p_sky);
return sky_owner.get_or_null(p_sky);
}
void RendererSceneSkyRD::free_sky(RID p_sky) {