Skip to content

Commit 184ccdd

Browse files
committed
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-iphone into develop
2 parents c79d268 + 9cc73ff commit 184ccdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.1.0

cocos2d/CCLabelTTF.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ - (CCTexture*) createTextureWithAttributedString:(NSAttributedString*)attributed
667667

668668
NSImage *image = [[NSImage alloc] initWithSize:POTSize];
669669
[image lockFocus];
670+
[[NSAffineTransform transform] set];
670671

671672
// XXX: The shadows are for some reason scaled on OS X if a retina display is connected
672673
CGFloat retinaFix = 1;

0 commit comments

Comments
 (0)