1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 09:23:53 +00:00

disabled some debug output

This commit is contained in:
scrawl 2012-03-31 20:28:07 +02:00
parent cfb194f1d1
commit 13efe68fc3

View file

@ -95,7 +95,6 @@ OcclusionQuery::~OcclusionQuery()
bool OcclusionQuery::supported()
{
//if (!mResponding) std::cout << "Occlusion query timed out" << std::endl;
return mSupported;
}
@ -218,7 +217,6 @@ void OcclusionQuery::update(float duration)
mSingleObjectQuery->pullOcclusionQuery(&result);
std::cout << "Single object query result: " << result << " pixels " << std::endl;
mTestResult = (result != 0);
mQuerySingleObjectStarted = false;