mirror of
https://github.com/SFML/SFML.git
synced 2025-03-14 01:40:05 +08:00
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()
|
JoystickState Joystick::UpdateState()
|
||||||
{
|
{
|
||||||
// Fill a JoystickState instance with the current joystick state
|
// Fill a JoystickState instance with the current joystick state
|
||||||
JoystickState s = {0};
|
JoystickState s;
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user