Procházet zdrojové kódy

Fix alignment of previousPosition comment in rcore.c

pull/5470/head
ssszcmawo před 1 měsícem
odevzdal GitHub
rodič
revize
2791341a3a
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Zobrazit soubor

@ -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

Načítá se…
Zrušit
Uložit