mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00:00
disabled some debug output
This commit is contained in:
parent
cfb194f1d1
commit
13efe68fc3
@ -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…
x
Reference in New Issue
Block a user