Core/Misc: Fix cherry-pick errors

This commit is contained in:
Shauren
2021-08-16 22:24:34 +02:00
parent 99da49bf53
commit 2fe70e5fd6

View File

@@ -23,7 +23,7 @@ namespace GameTime
{
time_t const StartTime = time(nullptr);
time_t GameTime = 0;
time_t GameTime = time(nullptr);
uint32 GameMSTime = 0;
std::chrono::system_clock::time_point GameTimeSystemPoint = std::chrono::system_clock::time_point::min();