Replaced some more logging commands with macros which can be compiled out.

This commit is contained in:
David Williams
2014-01-28 23:15:24 +01:00
parent 4c29d59430
commit 2ae5667986
4 changed files with 8 additions and 11 deletions

View File

@ -45,7 +45,7 @@ namespace PolyVox
LARGE_INTEGER li;
if(!QueryPerformanceFrequency(&li))
{
logWarning() << "QueryPerformanceFrequency failed!";
POLYVOX_LOG_WARNING("QueryPerformanceFrequency failed!");
m_fPCFreq = 1.0f;
}