This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix the world height being set wrongly when loading scenes
master
Fen Dweller
5 years ago
parent
82b297939a
commit
88cdf76048
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
macrovision.js
+ 1
- 0
macrovision.js
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save