update test generator script

This commit is contained in:
MihailRis
2024-09-24 20:46:50 +03:00
parent dbaea71398
commit bca222afe5
2 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ struct WeightedEntry {
};
struct BiomeElementList {
static inline float MIN_CHANCE = 0.000001f;
static inline float MIN_CHANCE = 1e-6f;
/// @brief Entries sorted by weight descending.
std::vector<WeightedEntry> entries;