6 Replies
Also panics when I pick up the pen in comet without gravity. Hmmmmmm :think_200iq:
line 187 in It looks like comet only works if both hands are being tracked
It looks like the crash is caused when you pick up the pen too close to the headset on first launch. Once picked up and used, the distance to the headset doesnt matter for subsequent pick ups
comet
:
that is very weird
thanks, solved ✅ 😂
steps to fix: move head
that's still a bug
So its panicking because
self.strokes.lat_mut()
is None @Nova
Message: called Option::unwrap() on a None value
let current_stroke = self.strokes.last_mut().unwrap();
oh this should be easy to fix now
1 moment
the reason it was hard is that I couldn't reproduce the bug to find where it was