|
@@ -43282,7 +43282,6 @@ function (_TilesRendererBase) {
|
|
|
break;
|
|
|
}
|
|
|
|
|
|
- scene.updateMatrix();
|
|
|
scene.matrix.premultiply(cachedTransform);
|
|
|
scene.matrix.decompose(scene.position, scene.quaternion, scene.scale);
|
|
|
scene.traverse(function (c) {
|
|
@@ -45159,7 +45158,7 @@ var parent = module.bundle.parent;
|
|
|
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
|
|
|
var hostname = "" || location.hostname;
|
|
|
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
|
|
|
- var ws = new WebSocket(protocol + '://' + hostname + ':' + "57896" + '/');
|
|
|
+ var ws = new WebSocket(protocol + '://' + hostname + ':' + "57376" + '/');
|
|
|
|
|
|
ws.onmessage = function (event) {
|
|
|
checkedAssets = {};
|