med-material / Whack_A_Mole_VR

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

Logging: CurrentMoleToHitID not updated properly in Event logs #224

Closed aldsanms closed 1 year ago

aldsanms commented 1 year ago

@Xav1204 @lucasmnt errorEvent01

There is a mismatch in the "CurrentMoleToHitId" column of the "log_xxx_Event.csv" file when a new mole appears on the wall.

The mole ID in the "CurrentMoleToHitId" column are updated with a delay tick.

bastianilso commented 1 year ago

this should be resolved now (it is intentional behavior that CurrentMoleToHitId only updates when real moles spawn, fake moles dont affect it since they are not considered current moles to hit.)