spelling: indices

This commit is contained in:
Josh Soref 2019-10-29 02:22:43 -04:00
parent 0526276e68
commit 013ece9373

View file

@ -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 = [];