Skip to content

Commit

Permalink
fix: Remove default coordinate from text
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoCavalcante committed Nov 21, 2022
1 parent 065a211 commit 5bb0c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
export default function ({
color = [0, 0, 0],
coords = [[[null, [0, 0, 0]]]],
coords,
texts,
textSize = 20
}, uniforms, extent, container) {
Expand Down

0 comments on commit 5bb0c2c

Please sign in to comment.