Fixing bugs with strings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user