Closed
Description
If you do
this.scene.stop().stop().stop();
then SHUTDOWN is emitted three times.
This seems a little incorrect to me and it can also make shutdown event handlers needlessly complex.
I would rather have SceneManager#stop abort if the scene is already stopped.