mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 08:39:42 +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()
|
bool OcclusionQuery::supported()
|
||||||
{
|
{
|
||||||
//if (!mResponding) std::cout << "Occlusion query timed out" << std::endl;
|
|
||||||
return mSupported;
|
return mSupported;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -218,7 +217,6 @@ void OcclusionQuery::update(float duration)
|
||||||
|
|
||||||
mSingleObjectQuery->pullOcclusionQuery(&result);
|
mSingleObjectQuery->pullOcclusionQuery(&result);
|
||||||
|
|
||||||
std::cout << "Single object query result: " << result << " pixels " << std::endl;
|
|
||||||
mTestResult = (result != 0);
|
mTestResult = (result != 0);
|
||||||
|
|
||||||
mQuerySingleObjectStarted = false;
|
mQuerySingleObjectStarted = false;
|
||||||
|
|
Loading…
Reference in a new issue