LBALab / lba2remake

A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React
MIT License
256 stars 38 forks source link

Game pausing on subscene switching on 3D scenes #160

Closed agrande closed 6 years ago

agrande commented 6 years ago

May be related to the crash reporter. Doesn't seem to happen all the time. Observed in version 0.0.7.

agrande commented 6 years ago

Last commit may have fixed the issue, but I'm not sure.

Will check for other uses of pause(). Maybe pause() should not be a toggle, sometimes we want to use it as an idempotent function.