Skip to content

Commit

Permalink
Deploying to gh-pages from @ 91c2938 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mj3cheun committed Aug 17, 2023
1 parent bab4427 commit d35935e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -18465,8 +18465,7 @@ var LayerRenderable = class extends PointsReaderEmitter {
context.depthRange(this.nearDepth, this.farDepth);
switch (renderMode) {
case RenderMode.PICKING:
context.clear();
context.depthMask(true);
context.depthMask(false);
context.disable(PicoGL.BLEND);
break;
case RenderMode.HIGH_PASS_2:
Expand Down
4 changes: 2 additions & 2 deletions examples/mod.js.map

Large diffs are not rendered by default.

0 comments on commit d35935e

Please sign in to comment.