Rename server "free" functions to "free_rid" to match exposed API
This commit is contained in:
@@ -309,5 +309,5 @@ ReflectionProbe::ReflectionProbe() {
|
||||
|
||||
ReflectionProbe::~ReflectionProbe() {
|
||||
ERR_FAIL_NULL(RenderingServer::get_singleton());
|
||||
RS::get_singleton()->free(probe);
|
||||
RS::get_singleton()->free_rid(probe);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user