diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-01 14:38:46 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-11-15 16:52:01 +0100 |
commit | 3e4102f0fc7f027c54f974b774b672772cbf66ab (patch) | |
tree | 7773e6b99788c7c355d6946366c9990d449ce716 /ios | |
parent | 91e4e3338aaaba31e5e6d358d0644d9a1e785c97 (diff) |
No Y flip needed here
Change-Id: I2518a6151050edee8796a77633097fdd11202647
Diffstat (limited to 'ios')
-rw-r--r-- | ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m index f0661169e1cf..864244e5eb35 100644 --- a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m +++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m @@ -46,10 +46,6 @@ CGContextRef context = UIGraphicsGetCurrentContext(); CGContextSaveGState(context); - CGContextTranslateCTM(context, 0, self.tester.params.contextHeight); - CGContextScaleCTM(context, 1, -1); - CGContextScaleCTM(context, 1, 1); - touch_lo_draw_tile(context, self.tester.params.contextWidth, self.tester.params.contextHeight, |