Revert Canvas flipping (commits 9cb824e2fa84, e0234edd0026) in order to fix issue #324.

This commit is contained in:
vrld
2011-11-12 22:09:56 +01:00
parent 7eef68f4ec
commit 983b00c510
4 changed files with 62 additions and 33 deletions
+5
View File
@@ -50,6 +50,11 @@ namespace graphics
virtual void flip(bool x, bool y) = 0;
/**
* Mirror texture coordinates around 0.5
*/
virtual void mirror(bool x, bool y) = 0;
/**
* Gets a pointer to the vertices.
**/