Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Corwin-Kh committed Jun 26, 2023
1 parent 2c9b03d commit 025fb41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void onPrepareBufferImage(Canvas canvas, RotatedTileBox tileBox, DrawSett
|| favoritesChanged || textScaleChanged || textVisibleChanged
|| (customObjectsDelegate != null && customObjectsDelegate.isChanged())) {
showFavorites();
if(customObjectsDelegate != null){
if (customObjectsDelegate != null) {
customObjectsDelegate.acceptChanges();
}
mapRendererChanged = false;
Expand Down

0 comments on commit 025fb41

Please sign in to comment.