Fix alignment of previousPosition comment in rcore.c
This commit is contained in:
parent
d53b78d1c5
commit
2791341a3a
|
|
@ -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…
Reference in New Issue
Block a user