mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
Added a missing full stop. 🚀
This commit is contained in:
parent
e047977f52
commit
f3675b6085
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ var SceneManager = new Class({
|
|||
* @private
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {Phaser.Scene} scene - The Scene to boot
|
||||
* @param {Phaser.Scene} scene - The Scene to boot.
|
||||
*/
|
||||
bootScene: function (scene)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue