mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 01:21:57 -05:00
Fix webclient not compiling
Imaging test if compiling works before pushing to master
This commit is contained in:
parent
da3d7c7bdb
commit
9b3d01d9e8
1 changed files with 1 additions and 1 deletions
|
@ -3204,7 +3204,7 @@ EMSCRIPTEN_KEEPALIVE void SendFakeBackspace(void) {
|
|||
Input_SetPressed(KEY_BACKSPACE, false);
|
||||
}
|
||||
|
||||
static bool keyboardOpen;
|
||||
static cc_bool keyboardOpen;
|
||||
void Window_OpenKeyboard(void) {
|
||||
if (!Input_TouchMode) return;
|
||||
keyboardOpen = true;
|
||||
|
|
Loading…
Reference in a new issue