GosuImpl/Graphics/Macro.hpp in gosu-0.7.50 vs GosuImpl/Graphics/Macro.hpp in gosu-0.8.0.pre1

- old
+ new

@@ -168,10 +168,10 @@ { // TODO: Macros should not be split up just because they have different transforms! This is insane. // They should be premultiplied and have the same transform by definition. Then, the transformation // only had to be performed here once. - #ifndef GOSU_IS_IPHONE + #ifndef GOSU_IS_OPENGLES glEnable(GL_BLEND); glMatrixMode(GL_MODELVIEW); Transform transform = findTransformForTarget(x1, y1, x2, y2, x3, y3, x4, y4);