mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-28 04:51:40 +00:00
Started text input on init
This commit is contained in:
parent
28058a87af
commit
24ac64b8b8
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue