No need to call pglRestoreContext anymore

This commit is contained in:
Ian 2023-11-12 15:21:06 -05:00
parent f88c35ae1f
commit 046a38ec62
1 changed files with 0 additions and 2 deletions

View File

@ -218,7 +218,5 @@ void IN_SwitchKeyboard(void)
swkbdSetButton(&swkbd, SWKBD_BUTTON_RIGHT, "Send", true); swkbdSetButton(&swkbd, SWKBD_BUTTON_RIGHT, "Send", true);
button = swkbdInputText(&swkbd, console_buffer, sizeof(console_buffer)); button = swkbdInputText(&swkbd, console_buffer, sizeof(console_buffer));
pglRestoreContext();
Cbuf_AddText(va("%s\n", console_buffer)); Cbuf_AddText(va("%s\n", console_buffer));
} }