weather is saving now

This commit is contained in:
MihailRis
2024-05-30 16:02:01 +03:00
parent 2d27e5662a
commit c9fb33132f
5 changed files with 17 additions and 13 deletions
+3
View File
@@ -49,6 +49,9 @@ public:
/// @brief total time passed in the world (not depending on daytimeSpeed)
double totalTime = 0.0;
/// @brief will be replaced with weather in future
float fog = 0.0f;
World(
std::string name,
std::string generator,