mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Rename remove()
to remove_at()
when removing by index
This commit is contained in:
parent
5efe80f308
commit
e078f970db
134 changed files with 323 additions and 323 deletions
|
@ -115,7 +115,7 @@ Error GDScriptLanguageProtocol::LSPeer::send_data() {
|
|||
// Response sent
|
||||
if (res_sent >= c_res.size() - 1) {
|
||||
res_sent = 0;
|
||||
res_queue.remove(0);
|
||||
res_queue.remove_at(0);
|
||||
}
|
||||
}
|
||||
return OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue