mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Remove todo comment about flip_rtl default based on discussion from PR.
This commit is contained in:
parent
470fdb761d
commit
a9e081859e
1 changed files with 0 additions and 1 deletions
|
@ -1276,7 +1276,6 @@ class Runtime extends EventEmitter {
|
||||||
// Whether or not the inline image should be flipped horizontally
|
// Whether or not the inline image should be flipped horizontally
|
||||||
// in RTL languages. Defaults to false, indicating that the
|
// in RTL languages. Defaults to false, indicating that the
|
||||||
// image will not be flipped.
|
// image will not be flipped.
|
||||||
// TODO is false a good default here?
|
|
||||||
flip_rtl: argInfo.flipRTL || false
|
flip_rtl: argInfo.flipRTL || false
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue