mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02:00
Fixing the linux warning for unused variable
This commit is contained in:
parent
24d712b7b4
commit
729890342e
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ int Octree::select(CellSelection& selection, const FrustumSelector& selector) co
|
||||||
|
|
||||||
Index cellID = ROOT_CELL;
|
Index cellID = ROOT_CELL;
|
||||||
auto cell = getConcreteCell(cellID);
|
auto cell = getConcreteCell(cellID);
|
||||||
auto cellLocation = cell.getlocation();
|
|
||||||
int numSelectedsIn = (int)selection.size();
|
int numSelectedsIn = (int)selection.size();
|
||||||
|
|
||||||
// Always include the root cell partially containing potentially outer objects
|
// Always include the root cell partially containing potentially outer objects
|
||||||
|
|
Loading…
Reference in a new issue