phetsims / projectile-data-lab

"Projectile Data Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 0 forks source link

isContinuousLaunchingProperty not respected when restoring a state #117

Closed samreid closed 7 months ago

samreid commented 7 months ago

From https://github.com/phetsims/projectile-data-lab/issues/30:

isContinuousLaunchingProperty not respected when restoring a state

samreid commented 7 months ago

The root cause is the PDLEventTimer isRunning is not stored in phet-io state. We should also probably save the time.

samreid commented 7 months ago

Fixed, closing.