mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-13 18:49:10 -04:00
Code gardening
This commit is contained in:
@ -437,7 +437,7 @@ void PollInputEvents(void)
|
||||
{
|
||||
#if SUPPORT_GESTURES_SYSTEM
|
||||
// NOTE: Gestures update must be called every frame to reset gestures correctly
|
||||
// because ProcessGestureEvent() is just called on an event, not every frame
|
||||
// because ProcessGestureEvent() is called on an event, not every frame
|
||||
UpdateGestures();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user