mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
561c441241
During the upgrade to cogl material, test-backface-culling was switched to use cogl_rectangle instead of cogl_texture_rectangle to draw the textures. However, cogl_rectangle takes a width and height instead of the the top-left and bottom-right vertices so the rectangles were being drawn in the wrong place.