We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c79d268 + 9cc73ff commit 184ccddCopy full SHA for 184ccdd
VERSION
@@ -1 +1 @@
1
-3.0.0
+3.1.0
cocos2d/CCLabelTTF.m
@@ -667,6 +667,7 @@ - (CCTexture*) createTextureWithAttributedString:(NSAttributedString*)attributed
667
668
NSImage *image = [[NSImage alloc] initWithSize:POTSize];
669
[image lockFocus];
670
+ [[NSAffineTransform transform] set];
671
672
// XXX: The shadows are for some reason scaled on OS X if a retina display is connected
673
CGFloat retinaFix = 1;
0 commit comments