fix synchronisation between users
This commit is contained in:
parent
410f82201d
commit
85dce88ec2
4 changed files with 16 additions and 7 deletions
|
@ -300,7 +300,7 @@ export class AtlasAllocator {
|
|||
|
||||
// Call after download() finishes running to give memory back to the allocator, for reuse in
|
||||
// later pixel transfers.
|
||||
freeDownloaded(arrayBuffer) {
|
||||
freeDownload(arrayBuffer) {
|
||||
this.#downloadBufferPool.push(arrayBuffer);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue