fixed the prng not initializing correctly.......wtf
This commit is contained in:
@@ -72,4 +72,4 @@ bool Random::RandomChance(const double chance)
|
||||
}
|
||||
|
||||
std::mt19937 Random::rng;
|
||||
bool Random::isRngInitialized = true;
|
||||
bool Random::isRngInitialized = false;
|
||||
|
Reference in New Issue
Block a user