mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +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;
|
||||
auto currentParameters = getJSONParameters();
|
||||
|
||||
if (_lastCheckJSONParameters != getJSONParameters()) {
|
||||
if (_lastCheckJSONParameters != currentParameters) {
|
||||
parametersChanged = true;
|
||||
_lastCheckJSONParameters = currentParameters;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue