mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Updating vector should make bitmap resolution 1.
This commit is contained in:
parent
15db23244f
commit
8cdc9dc2cd
1 changed files with 1 additions and 0 deletions
|
@ -669,6 +669,7 @@ class VirtualMachine extends EventEmitter {
|
|||
// so the dataFormat should be 'svg'
|
||||
costume.dataFormat = storage.DataFormat.SVG;
|
||||
costume.md5 = `${costume.assetId}.${costume.dataFormat}`;
|
||||
costume.bitmapResolution = 1;
|
||||
this.emitTargetsUpdate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue