Merge branch 'develop' into feature/cubiquity-version
Conflicts: library/PolyVoxCore/include/PolyVoxCore/MarchingCubesSurfaceExtractor.inl
This commit is contained in:
@ -45,7 +45,7 @@ namespace PolyVox
|
||||
LARGE_INTEGER li;
|
||||
if(!QueryPerformanceFrequency(&li))
|
||||
{
|
||||
logWarning() << "QueryPerformanceFrequency failed!";
|
||||
POLYVOX_LOG_WARNING("QueryPerformanceFrequency failed!");
|
||||
m_fPCFreq = 1.0f;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user