mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
fix usesFrustum check in OctreeQueryNode
This commit is contained in:
parent
73248c3562
commit
6376068021
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ bool OctreeQueryNode::updateCurrentViewFrustum() {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (_usesFrustum) {
|
||||
if (!_usesFrustum) {
|
||||
// this client does not use a view frustum so the view frustum for this query has not changed
|
||||
return false;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue