Rubygame 2.6.2 released
| Published: | Comments: 2 | Filed under: Announcements
Rubygame 2.6.2 has been released. This bugfix version restores two methods that were accidently lost during the FFI port:
- Fixed: Rubygame::Screen.set_mode and Rubygame::Screen.instance were accidently lost during the FFI port. (Note: those methods are deprecated, but kept for backwards compatibility. New code should use Rubygame::Screen.new or Rubygame::Screen.open instead.)
Thanks to mattis in IRC for bringing this problem to my attention!
You can update a gem-based install with gem update rubygame, or download Rubygame from Rubyforge.
Comments