mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-21 03:21:08 +00:00
fix indentation
This commit is contained in:
parent
767b6cf9d1
commit
8e4cedffaa
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ typedef struct joy_buttonstate_s
|
||||||
|
|
||||||
typedef struct axisstate_s
|
typedef struct axisstate_s
|
||||||
{
|
{
|
||||||
float axisvalue[SDL_CONTROLLER_AXIS_MAX]; // normalized to +-1
|
float axisvalue[SDL_CONTROLLER_AXIS_MAX]; // normalized to +-1
|
||||||
} joyaxisstate_t;
|
} joyaxisstate_t;
|
||||||
|
|
||||||
static joybuttonstate_t joy_buttonstate;
|
static joybuttonstate_t joy_buttonstate;
|
||||||
|
|
Loading…
Reference in a new issue