Skip to content

Commit

Permalink
Fix: 문제지 선택 시 모든 유저가 요청 보내는 문제 추가 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leewooseong committed May 20, 2024
1 parent fa02482 commit fb2fa6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const AnswerSpot = () => {
onCollisionEnter={(event) => {
if (event.collider.handle === playerHandle) {
setSelectAnswer(answer as AnswerEnum)
selectAnswerField(answer as AnswerEnum)
}
selectAnswerField(answer as AnswerEnum)
}}
>
<CylinderCollider args={[2 / 2, 3]} />
Expand Down

0 comments on commit fb2fa6d

Please sign in to comment.