Sprite vanishes in this demo when using a right handed coordinate system

https://www.babylonjs-playground.com/#9RI8CG#138

In this playground demo if you set

    scene.useRightHandedSystem = false

we can see the sprites, but if we set it to true, the sprites vanish. How can I resolve it as my whole system is dependent on using a righthandedsystem.

Yup looks like sprites do not support right handed mode I will add it shortly.

Should be in the next nightly

Thank you so much!