mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 08:54:26 +02:00
clear sliders at cleanup
This commit is contained in:
parent
9f342ba8ce
commit
c266a093e0
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ function cleanup(fromMessage) {
|
||||||
oldParent = null;
|
oldParent = null;
|
||||||
hasParent = false;
|
hasParent = false;
|
||||||
currentLight = null;
|
currentLight = null;
|
||||||
|
sliders = [];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue