Skip to content

Commit f7683fc

Browse files
committed
Merge branch 'release/0.4.0'
2 parents 24eef84 + 08f7b58 commit f7683fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/ElevationLayer.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,11 @@ export class ElevationLayer extends InteractionLayer {
572572

573573
// Check if this is an updated version.
574574
// v0.4.0 added resolution, width, height.
575-
if ( isNewerVersion("0.4.0", elevationImage.version) ) {
576-
ui.notifications.notify("Detected older version of elevation scene data. Downloading backup in case upgrade goes poorly!");
577-
await this.downloadStoredSceneElevationData();
578-
neededSave = true;
579-
}
575+
// if ( isNewerVersion("0.4.0", elevationImage.version) ) {
576+
// ui.notifications.notify("Detected older version of elevation scene data. Downloading backup in case upgrade goes poorly!");
577+
// await this.downloadStoredSceneElevationData();
578+
// neededSave = true;
579+
// }
580580

581581
await this.importFromImageFile(elevationImage.imageData, {
582582
resolution: elevationImage.resolution,

0 commit comments

Comments
 (0)