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:
parent
cfb194f1d1
commit
13efe68fc3
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue