You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #107469 from Ivorforce/vector-localvector-explicit-span-conversions
Remove implicit conversions between `LocalVector` and `Vector`
This commit is contained in:
@@ -103,7 +103,7 @@ Vector<uint8_t> WaylandThread::_read_fd(int fd) {
|
||||
data.resize(bytes_read + chunk_size);
|
||||
}
|
||||
|
||||
return data;
|
||||
return Vector<uint8_t>(data);
|
||||
}
|
||||
|
||||
// Based on the wayland book's shared memory boilerplate (PD/CC0).
|
||||
|
||||
Reference in New Issue
Block a user