add docs for libcore.cpp

This commit is contained in:
Cogi Asd
2024-07-08 11:37:22 +03:00
parent 62a2360d2b
commit aed072d3b0
2 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
float factorSpeedTime = 1.0f;
// looking bad
float daytimeSpeed = 0.000694444444444f; //1.0f/60.0f/24.0f;
float daytimeSpeed = 1.0f/1440.0f; //1.0f/60.0f/24.0f;
/// @brief total time passed in the world (not depending on daytimeSpeed)
double totalTime = 0.0;