From f7c1061f9e2a4fc99fb55a876325797153ae4f24 Mon Sep 17 00:00:00 2001 From: tulpenkiste Date: Sun, 28 May 2023 00:14:27 +0100 Subject: [PATCH] Adjustment to warnings --- core/engine/engine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/engine/engine.cpp b/core/engine/engine.cpp index c20e68e..0ffdc11 100644 --- a/core/engine/engine.cpp +++ b/core/engine/engine.cpp @@ -21,6 +21,7 @@ namespace hibis { void Engine::runNodeProcesses() { TODO("check if delta calc is correct") + TODO("get workaround for MSVC being fucking stupid (std::chrono + std::this_thread)") const std::chrono::time_point current = std::chrono::steady_clock::now(); auto delta = std::chrono::duration(current - mPreviousProcessTick);