Gestures system is automatically Init and Updated

This commit is contained in:
raysan5 2015-12-31 13:34:45 +01:00
parent 5335f262be
commit 46ea556593

View file

@ -32,7 +32,6 @@ void android_main(struct android_app *app)
GameScreen currentScreen = LOGO;
InitWindow(screenWidth, screenHeight, app);
InitGesturesSystem(app);
// TODO: Initialize all required variables and load all required data here!
@ -101,8 +100,6 @@ void android_main(struct android_app *app)
} break;
default: break;
}
UpdateGestures();
//----------------------------------------------------------------------------------
// Draw