]> git.localhorst.tv Git - blank.git/blobdiff - src/app/runtime.cpp
smoother type selection during chunk generation
[blank.git] / src / app / runtime.cpp
index c80fa765998069a185556e6ad2bdde046d73bc82..2481f93a2edcac66feaf5f09f02aff38f30aaf75 100644 (file)
@@ -118,17 +118,8 @@ HeadlessEnvironment::HeadlessEnvironment(const Config &config)
 : config(config)
 , loader(config.asset_path)
 , counter()
-, state()
-, rng(
-#ifdef BLANK_PROFILING
-0
-#else
-std::time(nullptr)
-#endif
-){
-       for (int i = 0; i < 4; ++i) {
-               rng.Next<int>();
-       }
+, state() {
+
 }
 
 string HeadlessEnvironment::Config::GetWorldPath(const string &world_name) const {