This commit is contained in:
Natsumi
2022-03-31 01:57:18 +13:00
parent 6db3e6be31
commit 985a4135a5

View File

@@ -13204,8 +13204,7 @@ speechSynthesis.getVoices();
this.currentInstanceLocation = {};
} else if (
instanceId !== this.currentInstanceLocation.tag &&
this.currentInstanceLocation.tag !==
this.lastLocationDestination
this.currentInstanceLocation.tag !== this.lastLocationDestination
) {
this.currentInstanceWorld = {
ref: {},
@@ -13803,8 +13802,8 @@ speechSynthesis.getVoices();
) {
assetUrl = unityPackage.assetUrl;
break;
}
}
}
var fileId = extractFileId(assetUrl);
var fileVersion = parseInt(extractFileVersion(assetUrl), 10);
if (fileId) {