summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Shape.m
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/Shape.m')
-rw-r--r--tikzit/src/common/Shape.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/src/common/Shape.m b/tikzit/src/common/Shape.m
index b74a9fc..0f1b35b 100644
--- a/tikzit/src/common/Shape.m
+++ b/tikzit/src/common/Shape.m
@@ -110,8 +110,8 @@ NSDictionary *shapeDictionary = nil;
[[CircleShape alloc] init],
[[RectangleShape alloc] init],
[[DiamondShape alloc] init],
- [[RegularPolyShape alloc] initWithSides:3 rotation:(M_PI/2.0f)],
- [[RegularPolyShape alloc] initWithSides:3 rotation:(-M_PI/2.0f)]};
+ [[RegularPolyShape alloc] initWithSides:3 rotation:0],
+ [[RegularPolyShape alloc] initWithSides:3 rotation:180]};
NSMutableDictionary *shapeDict = [[NSMutableDictionary alloc] initWithObjectsAndKeys:
shapes[0], SHAPE_CIRCLE,
shapes[1], SHAPE_RECTANGLE,