diff --git a/src/import/load-costume.js b/src/import/load-costume.js index 932e1fc8a..ee0b6474a 100644 --- a/src/import/load-costume.js +++ b/src/import/load-costume.js @@ -28,6 +28,7 @@ const loadVector_ = function (costume, costumeAsset, runtime, rotationCenter, op rotationCenter = runtime.renderer.getSkinRotationCenter(costume.skinId); costume.rotationCenterX = rotationCenter[0]; costume.rotationCenterY = rotationCenter[1]; + costume.bitmapResolution = 1; } return costume;