gosu 0.8.7-x86-mingw32 → 0.8.7.1-x86-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: 5f3b9e87f7b81133951dbaeec709e8689a54ab2f
|
4
|
+
data.tar.gz: 2f23f543b10232e2323126f01e2bec8aa1a33408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b95d75ad0eb191b838503a060bf491efd668a484e80e65f0c296e44de3f11c92a4c3dc6226df4e722960276943c0d8a5bec6473500f580f0ea8e6b0887b0f0f1
|
7
|
+
data.tar.gz: abb847330ea9601dfc2fd42294fbb4ec2759570f851ac19e63b4b9c5caa8720724b0ae23279cbd2798e61a4c62ec3a83c67b4423e27317541135421c8ae9299e
|
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
|
|