med-material / Whack_A_Mole_VR

Whack-A-Mole in VR
MIT License
3 stars 15 forks source link

Fix CurrentMoleToHitID mismatch #225

Closed Xav1204 closed 1 year ago

Xav1204 commented 1 year ago

The problem was that we saved the currentMoleID before to update its value. Therefore, for the first mole that spawned, we had a null value. Moreover, I've also modified the fake mole case because now we use distractor left or right instead of fake mole in the event type.

New Result :
image

Xav1204 commented 1 year ago

@bastianilso it's good for this pull request, you can merge it.