mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename server "free" functions to "free_rid" to match exposed API
This commit is contained in:
@@ -9324,5 +9324,5 @@ TextEdit::TextEdit(const String &p_placeholder) {
|
||||
}
|
||||
|
||||
TextEdit::~TextEdit() {
|
||||
RS::get_singleton()->free(text_ci);
|
||||
RS::get_singleton()->free_rid(text_ci);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user