Fixed small compilation error.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1380 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
f644f6220d
commit
d3a53570d7
@ -49,7 +49,7 @@ void Joystick::Initialize(unsigned int Index)
|
||||
JoystickState Joystick::UpdateState()
|
||||
{
|
||||
// Fill a JoystickState instance with the current joystick state
|
||||
JoystickState s = {0};
|
||||
JoystickState s;
|
||||
return s;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user