Good Morning,
I am running this code:
Runtime:removeEventListener(“accelerometer”, onAccelerometerUpdate)
After having run this code:
Runtime:addEventListener(“accelerometer”, onAccelerometerUpdate)
All of the code around these statements works. The add works. The onAccelerometerUpdate works, but I can not remove this event listener. I have verified it add is only run once. I have verified the remove command has run, but it does not work. I do have draw mode set to forcerender.
There are no error msgs being posted to the console.
Has anyone else seen this issue? I’m going to code around it for now but I would really like to get it fixed.
Thanks,
Arthur