Przeglądaj źródła

Fix alignment of previousPosition comment in rcore.c

pull/5470/head
ssszcmawo 1 miesiąc temu
committed by GitHub
rodzic
commit
2791341a3a
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz