Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcglincy committed Nov 28, 2021
1 parent a2df527 commit 09858dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const addExteriorShadow = (container, config, geometry) => {
const poly = geometry.getGeometryN(i);
addExteriorShadowForPoly(container, config, poly);
}
} else if (state.geometry instanceof jsts.geom.Polygon) {
} else if (geometry instanceof jsts.geom.Polygon) {
addExteriorShadowForPoly(container, config, geometry);
}
}
Expand Down

0 comments on commit 09858dc

Please sign in to comment.