Day 48 complete

This commit is contained in:
2023-12-30 19:51:36 -05:00
parent 2a638dffe4
commit 2c3b6d9e66
5 changed files with 62 additions and 40 deletions

View File

@ -732,7 +732,7 @@ WinMain( HINSTANCE instance, HINSTANCE prev_instance, LPSTR commandline, int sho
}
ReleaseDC( window_handle, refresh_dc );
Engine_Refresh_Hz = monitor_refresh_hz;
Engine_Refresh_Hz = 30;
Engine_Frame_Target_MS = 1000.f / scast(f32, Engine_Refresh_Hz);
}