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