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 b4201f4 + 3e75709 commit e1008b0Copy full SHA for e1008b0
templates/cocos2d iOS.xctemplate/Newton/NewtonScene.m
@@ -56,7 +56,6 @@ - (instancetype)init
56
{
57
// Apple recommend assigning self with supers return value, and handling self not created
58
self = [super init];
59
- self.scale = 0.5;
60
if (!self) return(nil);
61
62
// Here is where custom code for the newton scene starts
0 commit comments