ippa / chingu

OpenGL accelerated 2D game framework for Ruby
http://ippa.se/chingu
GNU Lesser General Public License v2.1
309 stars 66 forks source link

Chingu::Text objects cannot have a bounding box #33

Closed fowlmouth closed 13 years ago

fowlmouth commented 13 years ago

Fails because of this line 59 of traits/bounding_box.rb

    width, height = self.size

replace with

    width, height = self.width, self.height

and Text and normal GameObjects work

ippa commented 13 years ago

fixed in https://github.com/ippa/chingu/commit/cae83fa85e1538117b415c93cc956bd8f4da4155