ohai / ruby-sdl2

A Ruby wrapper for SDL 2.x
GNU Lesser General Public License v3.0
71 stars 16 forks source link

TTF, and Mixer are missing from version 0.3.2. #14

Closed ghost closed 6 years ago

ghost commented 6 years ago

I installed the latest version of ruby-sdl2(version 0.3.2), and my application broke as a result. I got the error uninitialized constant SDL2::TTF (NameError). What happend? Everything worked perfectly in the last version?

ohai commented 6 years ago

Thank you for your report. Probably this is a bug introduced by PR #8. I will fix it later.

ghost commented 6 years ago

Thank you.

ohai commented 6 years ago

The problem is fixed. Please use the new version 0.3.3 on rubygems.org.