nem0 / LumixEngine

3D C++ Game Engine - yet another open source game engine
MIT License
3.52k stars 398 forks source link

Grass painting crash #1478

Open nem0 opened 1 year ago

nem0 commented 1 year ago
  1. set grass distance to 500
  2. paint some grass
  3. observe crash

Note: job in renderGrass can access GrassType::m_quads while it is concurrently changed in createGrass