mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Minor fix to docstring
This commit is contained in:
parent
7b3596f4a2
commit
2f634c6337
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ PIXI.CANVAS_RENDERER = 1;
|
|||
*/
|
||||
PIXI.VERSION = "v2.2.8";
|
||||
|
||||
// used to create uids for various pixi objects..
|
||||
// used to create uids for various pixi objects.
|
||||
PIXI._UID = 0;
|
||||
|
||||
if (typeof(Float32Array) != 'undefined')
|
||||
|
|
Loading…
Add table
Reference in a new issue