From 412e497a999a6956840661172f2832158000c619 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 20 Jan 2022 23:16:32 +0100 Subject: [PATCH] build single-header --- INCLUDE/Eule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INCLUDE/Eule.cpp b/INCLUDE/Eule.cpp index 9ca43b0..5e0c868 100644 --- a/INCLUDE/Eule.cpp +++ b/INCLUDE/Eule.cpp @@ -1116,7 +1116,7 @@ bool Random::RandomChance(const double chance) } std::mt19937 Random::rng; -bool Random::isRngInitialized = true; +bool Random::isRngInitialized = false; /*** ../Eule/TrapazoidalPrismCollider.cpp ***/