From 9ef44f2fe8537d23ae8bfdbb82e6ab10c5bcaba2 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Mon, 28 Oct 2024 13:45:17 -0600 Subject: [PATCH] Update comments --- client/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main.c b/client/src/main.c index dc9e93a..d4a7e93 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -193,7 +193,7 @@ int main_thread(ClientContext* context) { glfwPollEvents(); double frame_time = glfwGetTime(); - // + // TODO: replace with API calls to add these structures to the per-frame transfer and update CPU structures if(frame_time - last_draw > draw_interval) { context->render.frame[context->render.current_frame].transfer_count = 2;