MozillaReality / WebXR-emulator-extension

INACTIVE - WebXR emulator extension
Mozilla Public License 2.0
463 stars 55 forks source link

Return rAF handle in emulated device #168

Closed lojjic closed 4 years ago

lojjic commented 4 years ago

The emulated device's requestAnimationFrame wasn't returning its handle. This was preventing proper cleanup with cancelAnimationFrame, and potential cases of multiple rAF listeners in flight for the same XRFrame.

takahirox commented 4 years ago

Looking good to me, thanks!