asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.33k stars 110 forks source link

Fix #317 - Crash in `Mesh::draw` #318

Closed mdegans closed 1 year ago

mdegans commented 1 year ago

Fixes #317

asny commented 1 year ago

Nice, thanks for the fix 👍 I fixed the same issue in InstancedMesh and Particles.

mdegans commented 1 year ago

YW. Thanks for the merge!