clear device url when changing devices
This commit is contained in:
parent
079a8ad37d
commit
5fbf82b64f
1 changed files with 1 additions and 0 deletions
|
|
@ -759,6 +759,7 @@
|
|||
if (deviceImage) {
|
||||
SPACE.world.remove(deviceImage);
|
||||
deviceImage = null;
|
||||
deviceURL = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue