Skip to content

Commit

Permalink
Merge pull request #1535 from serhii-londar/2.6.8
Browse files Browse the repository at this point in the history
2.6.8
  • Loading branch information
TimSylvester authored Apr 15, 2022
2 parents 81c94a1 + eaa6aa4 commit e9130eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ - (bool)startLayer:(WhirlyKitLayerThread *)layerThread scene:(WhirlyKit::Scene *

earthLayer = [[WhirlyKitSphericalEarthQuadLayer alloc] initWithInfo:texGroupName renderer:renderer];
if (!earthLayer)
return nil;
return false;
[layerThread addLayer:earthLayer];

return true;
Expand Down

0 comments on commit e9130eb

Please sign in to comment.