]> git.tdb.fi Git - libs/gl.git/blobdiff - source/font.h
Initialize members of Font::Glyph
[libs/gl.git] / source / font.h
index dab09fa400d3ba0381eda46f5f64fb0e5f823883..a4fc71ae4fa6836a1bac48295325ff3763738ed4 100644 (file)
@@ -50,6 +50,8 @@ public:
                float w, h;
                float off_x, off_y;
                float advance;
+
+               Glyph();
        };
 
 private: