build fix

This commit is contained in:
nesbox 2018-09-04 23:38:33 +03:00
parent da8530e550
commit beee7e8c65
1 changed files with 0 additions and 2 deletions

View File

@ -499,8 +499,6 @@ static void processTouchKeyboard()
enum {BufSize = COUNT_OF(input->keyboard.keys)};
SDL_memset(&platform.keyboard.touch.state, 0, sizeof platform.keyboard.touch.state);
for (s32 i = 0; i < devices; i++)
{
SDL_TouchID id = SDL_GetTouchDevice(i);