Skip to content

Commit

Permalink
Update ScreenImportance.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
segecey authored Jun 9, 2021
1 parent 21a8838 commit 49b5bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/library/WhirlyGlobeLib/src/ScreenImportance.mm
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ bool TileIsOnScreen(WhirlyKitViewState *viewState,WhirlyKit::Point2f frameSize,W
}

// This means the tile is degenerate (as far as we're concerned)
if ([dispSolid isKindOfClass:[NSNull null]])
if ([dispSolid isKindOfClass:[NSNull class]])
return false;

return [dispSolid isOnScreenForViewState:viewState frameSize:frameSize];
Expand Down

0 comments on commit 49b5bdd

Please sign in to comment.