mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Rename server "free" functions to "free_rid" to match exposed API
This commit is contained in:
parent
4d231b5bf8
commit
9fbf5808a0
158 changed files with 724 additions and 696 deletions
|
|
@ -286,6 +286,6 @@ AnimatedTexture::AnimatedTexture() {
|
|||
|
||||
AnimatedTexture::~AnimatedTexture() {
|
||||
ERR_FAIL_NULL(RenderingServer::get_singleton());
|
||||
RS::get_singleton()->free(proxy);
|
||||
RS::get_singleton()->free(proxy_ph);
|
||||
RS::get_singleton()->free_rid(proxy);
|
||||
RS::get_singleton()->free_rid(proxy_ph);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue