Fixing bugs with strings

This commit is contained in:
Krzosa Karol
2022-09-27 10:12:36 +02:00
parent 5c61e159c7
commit 4f51749787
5 changed files with 136 additions and 78 deletions

View File

@@ -98,7 +98,6 @@ WinMain :: (hInstance: HINSTANCE, hPrevInstance: HINSTANCE, lpCmdLine: LPSTR, nS
frame_time := time() - frame_start_time
print_float(frame_time)
if frame_time < requested_time_per_frame
if good_scheduling
time_to_sleep := (requested_time_per_frame - frame_time) * 1000