From 3f757feb4aec275b4a1b6121533969dd9720385b Mon Sep 17 00:00:00 2001 From: dompia5 Date: Wed, 7 Feb 2024 20:15:05 +0100 Subject: [PATCH] . --- PlanetCreator/cw 6/src/ex_6_1.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlanetCreator/cw 6/src/ex_6_1.hpp b/PlanetCreator/cw 6/src/ex_6_1.hpp index e492d16..55e8e7c 100644 --- a/PlanetCreator/cw 6/src/ex_6_1.hpp +++ b/PlanetCreator/cw 6/src/ex_6_1.hpp @@ -155,7 +155,7 @@ bool sortFunction(std::tuple objA, std::tuple objB) PlanetParams populatePlanet(PlanetParams planet, std::vector plants) { float probability=0.5f; - int HOW_MANY_PLANTS = 100; + int HOW_MANY_PLANTS = 10000; int PRECISION = 10000; float NOTHING_SPAWNS_CUTOFF = 0.0; int sum = 0;