fix synchronisation between users

This commit is contained in:
りき萌 2025-09-08 23:11:14 +02:00
parent 410f82201d
commit 85dce88ec2
4 changed files with 16 additions and 7 deletions

View file

@ -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);
}