This commit is contained in:
Jorijn van der Graaf 2026-03-09 22:12:40 +01:00
commit 3f18b3ae55

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};
#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();