ParallaxBackgound with mirroring flickers

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Pikmaan

I’m doing a 2D side scrolling game. I have a parallax as follows:

– ParallaxBackground
— ParallaxLayer
---- Tileset

I set the the horizontal mirroring to the double size of the tileset. It works but while i move the camera to the right, every time it does the mirroring it flickers on the right side of the screen.