We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0526276 commit 013ece9Copy full SHA for 013ece9
1 file changed
src/tilemaps/components/Randomize.js
@@ -30,7 +30,7 @@ var Randomize = function (tileX, tileY, width, height, indexes, layer)
30
var i;
31
var tiles = GetTilesWithin(tileX, tileY, width, height, null, layer);
32
33
- // 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
34
if (indexes === undefined)
35
{
36
indexes = [];
0 commit comments