Skip to content

Commit

Permalink
fix: blending
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Oct 30, 2024
1 parent e3d43b4 commit 7fcf2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/world-edit/utils/blending.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function skipForBlending(
) {
const vectorId = Vector.string(vector)
const dontBlend = () => {
doNotBlendStorage.add(vectorId)
// doNotBlendStorage.add(vectorId)
return false
}

Expand Down

0 comments on commit 7fcf2a4

Please sign in to comment.