-
Enhancement
-
Resolution: Fixed
-
P4
-
jfx21
-
b10
Currently, the method accepts a vararg of Scenes, and it commonly misused as
```
Util.shutdown()
```
doing nothing.
Let's convert it to a simple shutdown() which hides all the scenes.
```
Util.shutdown()
```
doing nothing.
Let's convert it to a simple shutdown() which hides all the scenes.