Started text input on init

This commit is contained in:
xLuigiGamerx 2025-11-23 01:35:41 +03:00
parent 28058a87af
commit 24ac64b8b8

View file

@ -1983,6 +1983,8 @@ void gfx_init(struct GfxWindowManagerAPI *wapi, struct GfxRenderingAPI *rapi, co
gfx_wapi->init(window_title);
gfx_rapi->init();
gfx_wapi->start_text_input();
gfx_cc_precomp();
gGfxInited = true;