ebiten/internal/mipmap
Hajime Hoshi fc867d4b0b internal/graphics: Bug fix: Race condition at QuadVertices
QuadVertices or verticesBackend.slice reused its backend slice.
This caused a race condition. QuadVertices can be accessed from
multiple goroutines, and resetting the head and copying the data
at internal/graphicscommand might not be synced.

This change fixes this issue by basically reverting
9cb631e30f.

Closes #1546
2021-03-20 16:53:11 +09:00
..
mipmap.go internal/graphics: Bug fix: Race condition at QuadVertices 2021-03-20 16:53:11 +09:00