forked from mirror/openmw-tes3mp
fix 2
This commit is contained in:
parent
f8d45eae52
commit
909abb480d
1 changed files with 0 additions and 2 deletions
|
@ -217,8 +217,6 @@ void OcclusionQuery::update(float duration)
|
||||||
//std::cout << "Single object query result: " << result << " pixels " << std::endl;
|
//std::cout << "Single object query result: " << result << " pixels " << std::endl;
|
||||||
mTestResult = (result != 0);
|
mTestResult = (result != 0);
|
||||||
|
|
||||||
mBBQuerySingleObject->setVisible(false);
|
|
||||||
|
|
||||||
mQuerySingleObjectStarted = false;
|
mQuerySingleObjectStarted = false;
|
||||||
mQuerySingleObjectRequested = false;
|
mQuerySingleObjectRequested = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue