Skip to content

Commit

Permalink
Update MaplySphericalQuadEarthWithTexGroup.mm
Browse files Browse the repository at this point in the history
Fix build error on macOS Monterey 12.3.1 and Xcode 13.3.1
  • Loading branch information
Serhii Londar committed Apr 14, 2022
1 parent ddcab0a commit eaa6aa4
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 eaa6aa4

Please sign in to comment.