This commit is contained in:
Jorijn van der Graaf 2026-03-09 22:15:36 +01:00
commit 5fc7423387

View file

@ -599,7 +599,7 @@ void Window::Update() {
#endif #endif
mouseDelta = {currentMousePos.x-lastMousePos.x, currentMousePos.y-lastMousePos.y}; mouseDelta = {currentMousePos.x-lastMousePos.x, currentMousePos.y-lastMousePos.y};
currentFrameTime = {start, start-lastFrameBegin}; currentFrameTime = {startTime, startTime-lastFrameBegin};
#ifdef CRAFTER_TIMING #ifdef CRAFTER_TIMING
auto renderStart = std::chrono::high_resolution_clock::now(); auto renderStart = std::chrono::high_resolution_clock::now();
renderTimings.clear(); renderTimings.clear();