Some refactoring in multithreading.

This commit is contained in:
2021-07-08 17:42:26 +02:00
parent 979ae4686f
commit be4e63046a
42 changed files with 598 additions and 285 deletions

View File

@@ -142,8 +142,8 @@ DepthMap::DepthMap(DepthMapType type, int RESOLUTION)
DepthMap::~DepthMap()
{
if (m_cubeMap)
delete m_cubeMap;
// if (m_cubeMap)
// delete m_cubeMap;
}
void DepthMap::bind()