Skip to content

Commit

Permalink
#154 Shapeの透明時のヒット判定を改修
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Feb 23, 2025
1 parent 5ad9f60 commit 3d9745b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/display/src/Shape/usecase/ShapeHitTestUseCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export const execute = (
): boolean => {

const graphics = shape.graphics;
if (!graphics.isDrawable) {
return false;
}

const width = graphics.xMax - graphics.xMin;
const height = graphics.yMax - graphics.yMin;
Expand Down

0 comments on commit 3d9745b

Please sign in to comment.