clear device url when changing devices

This commit is contained in:
Stewart Allen 2020-11-28 19:28:49 -05:00
commit 5fbf82b64f

View file

@ -759,6 +759,7 @@
if (deviceImage) {
SPACE.world.remove(deviceImage);
deviceImage = null;
deviceURL = null;
}
}