Skip to content

Commit

Permalink
docs: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Dec 7, 2023
1 parent b7c3299 commit 9783fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-demos/tile/BaseMap/demos/mask2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default () => {
scene.addLayer(layer1);
setTimeout(() => {
layer1.addMask(polygonLayer);
layer1.enableMask();
// layer1.enableMask();
scene.render();
}, 2000)

Expand Down

0 comments on commit 9783fca

Please sign in to comment.