From 45b8b21ec3219966e0a9409115126adc4b49dc50 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Wed, 15 Jan 2025 06:08:55 +0300 Subject: [PATCH] add todo --- src/twn_loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/twn_loop.c b/src/twn_loop.c index fbadaa9..43e94ce 100644 --- a/src/twn_loop.c +++ b/src/twn_loop.c @@ -485,6 +485,7 @@ static bool initialize(void) { ctx.game.resolution.x = (float)ctx.base_render_width; ctx.game.resolution.y = (float)ctx.base_render_height; + /* TODO: investigate viability of detached thread driver and window creation, as it's the worst load time offender */ profile_start("window creation"); ctx.window = SDL_CreateWindow(datum_title.u.s, SDL_WINDOWPOS_CENTERED,