Skip to content

Commit

Permalink
Merge pull request #97 from unchartedsoftware/revert-picking-depth-fix
Browse files Browse the repository at this point in the history
Revert "fix picking depth mask issue"
  • Loading branch information
Manfred Cheung committed Aug 17, 2023
2 parents c315ad3 + 502c169 commit 91c2938
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/graph/LayerRenderable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ export abstract class LayerRenderable<T_SRC, T_TGT> extends PointsReaderEmitter<

switch (renderMode) {
case RenderMode.PICKING:
context.clear();
context.depthMask(true);
context.depthMask(false);
context.disable(PicoGL.BLEND);
break;

Expand Down

0 comments on commit 91c2938

Please sign in to comment.