mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
eliminated a whole bunch of gcc warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user