mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 01:07:09 +02:00
use currentParameters instead of getJSONParameters()
This commit is contained in:
parent
67a3d97f81
commit
69b47dcf50
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ bool OctreeQueryNode::haveJSONParametersChanged() {
|
||||||
bool parametersChanged = false;
|
bool parametersChanged = false;
|
||||||
auto currentParameters = getJSONParameters();
|
auto currentParameters = getJSONParameters();
|
||||||
|
|
||||||
if (_lastCheckJSONParameters != getJSONParameters()) {
|
if (_lastCheckJSONParameters != currentParameters) {
|
||||||
parametersChanged = true;
|
parametersChanged = true;
|
||||||
_lastCheckJSONParameters = currentParameters;
|
_lastCheckJSONParameters = currentParameters;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue