Skip to content

Commit 013ece9

Browse files
committed
spelling: indices
1 parent 0526276 commit 013ece9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemaps/components/Randomize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var Randomize = function (tileX, tileY, width, height, indexes, layer)
3030
var i;
3131
var tiles = GetTilesWithin(tileX, tileY, width, height, null, layer);
3232

33-
// If no indicies are given, then find all the unique indexes within the specified region
33+
// If no indices are given, then find all the unique indexes within the specified region
3434
if (indexes === undefined)
3535
{
3636
indexes = [];

0 commit comments

Comments
 (0)