diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-12 01:51:14 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-12 01:51:14 +0200 |
commit | 59f6d151cf37e020691af41b869f9039661faa81 (patch) | |
tree | 18ec282acd856ea50c4ae4687a294464e00b9011 | |
parent | 5885caf12f4d5ecef25652ade2aaf55293976b9a (diff) | |
download | fpGUI-59f6d151cf37e020691af41b869f9039661faa81.tar.xz |
aggpas: fixes a spelling mistake in a variable name
This caused a compile error.
-rw-r--r-- | src/corelib/render/software/Agg2D.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas index 11d4daef..85b58aa1 100644 --- a/src/corelib/render/software/Agg2D.pas +++ b/src/corelib/render/software/Agg2D.pas @@ -2512,7 +2512,7 @@ begin m_fontEngine.hinting_(m_textHints ); - if cahce = AGG_VectorFontCache then + if cache = AGG_VectorFontCache then m_fontEngine.height_(height ) else m_fontEngine.height_(worldToScreen(height ) ); |