Skip to content

Commit 01625fa

Browse files
SimonC4NicholasBatesNZ
authored andcommitted
Fix for #487 - game crashes when using controller
1 parent 42ec5af commit 01625fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

desktop/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ dependencies {
2828
compile "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
2929
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
3030
compile "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
31-
compile "com.badlogicgames.gdx:gdx-controllers-desktop:$gdxVersion"
32-
compile "com.badlogicgames.gdx:gdx-controllers-platform:$gdxVersion:natives-desktop"
31+
compile "com.badlogicgames.gdx:gdx-controllers-lwjgl3:$gdxVersion"
3332

3433
compile group: 'org.terasology.crashreporter', name: 'cr-destsol', version: '4.0.0'
3534
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25'

0 commit comments

Comments
 (0)