Просмотр исходного кода

Fix the world height being set wrongly when loading scenes

master
Fen Dweller 5 лет назад
Родитель
Сommit
88cdf76048
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js Просмотреть файл

@@ -3585,6 +3585,7 @@ function importScene(data) {
config.x = data.world.x;
config.y = data.world.y;

document.querySelector("#options-height-value").value = data.world.height;
document.querySelector("#options-height-unit").value = data.world.unit;

if (data.canvasWidth) {


Загрузка…
Отмена
Сохранить