This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
input: fix brain fart in our SDL joystick input.
legacy
Sam Hocevar
sam
12 years ago
parent
c7040f0528
commit
8d28557645
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/platform/sdl/sdlinput.cpp
+ 1
- 1
src/platform/sdl/sdlinput.cpp
View File
@@ -62,7 +62,7 @@ SdlInput::SdlInput()
# if !defined USE_D3D9
|| strstr(name, "XBOX 360 For Windows")
# endif
||
tru
e)
||
fals
e)
{
SDL_JoystickClose(sdlstick);
continue;
Write
Preview
Loading…
Cancel
Save