mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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 {
|
||||
OFF: 'off',
|
||||
ON: 'on',
|
||||
ON_FLIPPED: 'on_flipped'
|
||||
ON_FLIPPED: 'on-flipped'
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue