all: update dependencies
This commit is contained in:
parent
12bc45b07f
commit
a09e8bfbd3
6 changed files with 329 additions and 387 deletions
|
|
@ -271,7 +271,7 @@ impl PwClientNode {
|
|||
f.write_int(-1);
|
||||
// n_buffers
|
||||
f.write_uint(buffers.len() as _);
|
||||
for buffer in buffers.deref() {
|
||||
for buffer in buffers {
|
||||
// n_datas
|
||||
f.write_uint(buffer.planes.len() as _);
|
||||
for plane in &buffer.planes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue