Hi, i was facing an issue with the function GFX_LayerRectFromOrientedSpace. Rectangles were displayed with a mirrored x-direction.I suppose, it should be if(mirrored == GFX_FALSE) instead of GFX_TRUE in line 323 or am I missing something? if(mirrored == G..
↧