mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
spelling: indices
This commit is contained in:
parent
0526276e68
commit
013ece9373
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ var Randomize = function (tileX, tileY, width, height, indexes, layer)
|
|||
var i;
|
||||
var tiles = GetTilesWithin(tileX, tileY, width, height, null, layer);
|
||||
|
||||
// If no indicies are given, then find all the unique indexes within the specified region
|
||||
// If no indices are given, then find all the unique indexes within the specified region
|
||||
if (indexes === undefined)
|
||||
{
|
||||
indexes = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue