Skip to content

Commit 3e75709

Browse files
committed
Removed test settings
Former-commit-id: 75a0104
1 parent b4201f4 commit 3e75709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/cocos2d iOS.xctemplate/Newton/NewtonScene.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ - (instancetype)init
5656
{
5757
// Apple recommend assigning self with supers return value, and handling self not created
5858
self = [super init];
59-
self.scale = 0.5;
6059
if (!self) return(nil);
6160

6261
// Here is where custom code for the newton scene starts

0 commit comments

Comments
 (0)