Skip to content

Commit e9130eb

Browse files
authored
Merge pull request #1535 from serhii-londar/2.6.8
2.6.8
2 parents 81c94a1 + eaa6aa4 commit e9130eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/library/WhirlyGlobe-MaplyComponent/src/MaplySphericalQuadEarthWithTexGroup.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ - (bool)startLayer:(WhirlyKitLayerThread *)layerThread scene:(WhirlyKit::Scene *
5252

5353
earthLayer = [[WhirlyKitSphericalEarthQuadLayer alloc] initWithInfo:texGroupName renderer:renderer];
5454
if (!earthLayer)
55-
return nil;
55+
return false;
5656
[layerThread addLayer:earthLayer];
5757

5858
return true;

0 commit comments

Comments
 (0)