eliminated a whole bunch of gcc warnings

This commit is contained in:
Bill Meltsner
2010-02-09 13:21:25 -05:00
parent 3ebcee1e17
commit 73aba4bdd4
11 changed files with 242 additions and 230 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace opengl
{
Glyph::Glyph(love::font::GlyphData * data)
: data(data), texture(0), width((float)data->getWidth()), height((float)data->getHeight())
: data(data), width((float)data->getWidth()), height((float)data->getHeight()), texture(0)
{
data->retain();
data->getWidth();