gosu 0.8.7.1 → 0.8.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/src/Input/Input.cpp +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff6adeccce85be408b669d90b56e7da37c42de6a
4
- data.tar.gz: cb86ca10ec9fc827e3359acf3b66d511c9957e70
3
+ metadata.gz: 564e517e2fe465b35b11306eba8721dc1d98bb51
4
+ data.tar.gz: 48af31272649efe1e319f2d396ad52b9877849f9
5
5
  SHA512:
6
- metadata.gz: 336e55d074c1cf6a6ce01321c2307f1283240b6910a19586afde723c79ae4713bb24dad3080fa2fdbb05b03f6088f078ad0fd8d1e437b79891532d4fddbbc705
7
- data.tar.gz: 608d77a129fe536541d45ddc4bc47c2a0ea6e82dd1f36583275753413032038b4870f32b34ac6fdc987874725224f2ab48382885d26d6f02388ac9277f09a3ee
6
+ metadata.gz: 13f4c5098555aaa675e30988431440ede46aede40c4500aad8a8ecd1e7beba5175b4d62420279e1ace487c6d7575ed1c620c2d29c41793a6c346865f16fa5bb7
7
+ data.tar.gz: 8b28e1456134753e7b66dbbe023cd0f658a3ed5b28fb0df991f2b40ab62ebcb13a15c31ee9b7fd4f6774ff0a55bf37935a995aee3d94932eae236e1b5962f5f9
@@ -103,7 +103,7 @@ struct Gosu::Input::Impl
103
103
  pollGameController(gameController, currentGamepad);
104
104
  }
105
105
  else {
106
- SDL_Joystick *joystick = joysticks[i];
106
+ SDL_Joystick *joystick = joysticks[i - gameControllers.size()];
107
107
  pollJoystick(joystick, currentGamepad);
108
108
  }
109
109
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7.1
4
+ version: 0.8.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Raschke