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 +4 -4
- data/Gosu/Version.hpp +1 -1
- data/lib/gosu/preview.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3af5c73c7b238594423e96b6169dc91ca2fd753
|
4
|
+
data.tar.gz: 79fcc17524ab82440a6ce9c7b3ecf3df4d08945a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43ae3f9f80a10bf046a874bf7af7be0ecc8842a862cad8d0cfc227090454c683dfc1d4994c5401cef5ac68ad0172385e51c5cd09d34d70441ba1dbb802409535
|
7
|
+
data.tar.gz: 1dea77d444f8ac10a4a975b790f4904083f5e76b5eceae0c9f9398a46bd27490e2fe98614e41978361a72b14711311edeb2feee9515709355c07b4f73ae9dd31
|
data/Gosu/Version.hpp
CHANGED
data/lib/gosu/preview.rb
CHANGED
@@ -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
|
|