fixed the prng not initializing correctly.......wtf

This commit is contained in:
Leonetienne 2022-01-20 23:16:18 +01:00
parent 06d7f9fd7e
commit a90918ec5c

View File

@ -72,4 +72,4 @@ bool Random::RandomChance(const double chance)
}
std::mt19937 Random::rng;
bool Random::isRngInitialized = true;
bool Random::isRngInitialized = false;