mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 07:37:16 +02:00
Merge pull request #28 from birarda/entity-script-server
fix usesFrustum check in OctreeQueryNode
This commit is contained in:
commit
2571be6edb
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