We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcaffb commit 1f22fb3Copy full SHA for 1f22fb3
1 file changed
general/wasm/js/world.js
@@ -55,7 +55,8 @@ const generateRandomWorld = function (width = 300, height = 300) {
55
function () {
56
return generateRandomCreature(world.width, world.height);
57
},
58
- populationSize);
+ populationSize
59
+ );
60
return world;
61
};
62
0 commit comments