Replaced some more logging commands with macros which can be compiled out.
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