* *sigh*, another bug fix for a problem I introduced in [941].
diff --git a/src/FTExtrdGlyph.cpp b/src/FTExtrdGlyph.cpp
index 398b31e..2dff8b9 100644
--- a/src/FTExtrdGlyph.cpp
+++ b/src/FTExtrdGlyph.cpp
@@ -46,7 +46,7 @@ FTExtrdGlyph::FTExtrdGlyph(FT_GlyphSlot glyph, float _depth,
: FTGlyph(glyph),
glList(0)
{
- bBox.SetDepth(-depth);
+ bBox.SetDepth(-_depth);
if(ft_glyph_format_outline != glyph->format)
{