Преглед изворни кода

Fix alignment of previousPosition comment in rcore.c

pull/5470/head
ssszcmawo пре 1 месец
committed by GitHub
родитељ
комит
2791341a3a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Прегледај датотеку

@ -353,7 +353,7 @@ typedef struct CoreData {
int pointCount; // Number of touch points active
int pointId[MAX_TOUCH_POINTS]; // Point identifiers
Vector2 position[MAX_TOUCH_POINTS]; // Touch position on screen
Vector2 previousPosition[MAX_TOUCH_POINTS]; // Previous touch position on screen
Vector2 previousPosition[MAX_TOUCH_POINTS]; // Previous touch position on screen
char currentTouchState[MAX_TOUCH_POINTS]; // Registers current touch state
char previousTouchState[MAX_TOUCH_POINTS]; // Registers previous touch state

Loading…
Откажи
Сачувај