gosu 0.8.7-x64-mingw32 → 0.8.7.1-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f377a9fe0cf4df7e274a9b9d9419fbc0b2474e27
4
- data.tar.gz: ac569da41aa33977741904b788c0ec725280c770
3
+ metadata.gz: a3af5c73c7b238594423e96b6169dc91ca2fd753
4
+ data.tar.gz: 79fcc17524ab82440a6ce9c7b3ecf3df4d08945a
5
5
  SHA512:
6
- metadata.gz: 6706ea27c20269b9e75fcac1a2072359dc64ea63c2dcf6fc3c9f719698d06d2d437d94afc22c136bc0109167dbab773bf21d445faa831d2cd0680af6dc868101
7
- data.tar.gz: da421bdeec81390b84ffe0c54e0c5219966f8a1ed033e3d1ec9d8636027f52c5270a58ead62605435d5d5950aac172123519959271b22bcc3dc36dcea6236ca4
6
+ metadata.gz: 43ae3f9f80a10bf046a874bf7af7be0ecc8842a862cad8d0cfc227090454c683dfc1d4994c5401cef5ac68ad0172385e51c5cd09d34d70441ba1dbb802409535
7
+ data.tar.gz: 1dea77d444f8ac10a4a975b790f4904083f5e76b5eceae0c9f9398a46bd27490e2fe98614e41978361a72b14711311edeb2feee9515709355c07b4f73ae9dd31
@@ -4,7 +4,7 @@
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 8
6
6
  #define GOSU_POINT_VERSION 7
7
- #define GOSU_VERSION "0.8.7"
7
+ #define GOSU_VERSION "0.8.7.1"
8
8
 
9
9
  #define GOSU_COPYRIGHT_NOTICE \
10
10
  "This software uses the following third-party libraries:\n" \
@@ -109,7 +109,7 @@ module Gosu
109
109
  $window.draw_quad *args
110
110
  end
111
111
 
112
- def self.draw_rect x, y, width, height, color = 0xffffffff, z, mode = :default
112
+ def self.draw_rect x, y, width, height, color = 0xffffffff, z = 0, mode = :default
113
113
  $window.draw_quad x, y, color, x + width, y, color, x, y + height, color, x + width, y + height, color, z, mode
114
114
  end
115
115
 
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
4
+ version: 0.8.7.1
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Julian Raschke