swap height and width resolution values

This commit is contained in:
iLLiCiTiT 2021-04-13 15:41:17 +02:00
parent 64585cc2f1
commit 8b7f723b43

View file

@ -313,8 +313,8 @@
"rendererName": "vp2Renderer"
},
"Resolution": {
"width": 1080,
"height": 1920,
"width": 1920,
"height": 1080,
"percent": 1.0,
"mode": "Custom"
},