Add missing super call

This commit is contained in:
Michael Schneider
2016-02-24 20:18:52 -08:00
parent 7dd2fbfad1
commit 6bf150bc65

View File

@@ -31,6 +31,8 @@
- (void)layout
{
[super layout];
_imageNode.frame = CGRectMake(0, 0, _imageNode.calculatedSize.width, _imageNode.calculatedSize.height);
}