1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00
This commit is contained in:
scrawl 2012-03-31 19:09:36 +02:00
parent f8d45eae52
commit 909abb480d

View file

@ -217,8 +217,6 @@ void OcclusionQuery::update(float duration)
//std::cout << "Single object query result: " << result << " pixels " << std::endl;
mTestResult = (result != 0);
mBBQuerySingleObject->setVisible(false);
mQuerySingleObjectStarted = false;
mQuerySingleObjectRequested = false;
}