Merge branch 'main' into entities

This commit is contained in:
MihailRis
2024-07-08 23:29:48 +03:00
15 changed files with 554 additions and 9 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ public:
float daytime = timeutil::time_value(10, 00, 00);
// looking bad
float daytimeSpeed = 1.0f/60.0f/24.0f;
float daytimeSpeed = 1.0f;
/// @brief total time passed in the world (not depending on daytimeSpeed)
double totalTime = 0.0;