mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Switch video flipped string back to hyphen.
This commit is contained in:
parent
9ce6040b0f
commit
2f53996c9c
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class RenderedTarget extends Target {
|
||||||
return {
|
return {
|
||||||
OFF: 'off',
|
OFF: 'off',
|
||||||
ON: 'on',
|
ON: 'on',
|
||||||
ON_FLIPPED: 'on_flipped'
|
ON_FLIPPED: 'on-flipped'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue