mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 14:43:34 +00:00
adding thread pool
This commit is contained in:
@@ -63,7 +63,7 @@ void Chunk::GenerateChunk()
|
||||
|
||||
void Chunk::GenerateMesh()
|
||||
{
|
||||
if(!m_mesh_data.empty())
|
||||
if(p_actor || p_water_actor)
|
||||
return;
|
||||
|
||||
std::uint32_t mesh_offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user