Mercurial > fife-parpg
diff engine/core/video/fonts/abstractfont.h @ 244:7887f3854862
'Fixed' segfault in rio de hola. Font system in FIFE is odd.
Also don't call onActionFinished in ~Instance.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 25 Mar 2009 09:38:10 +0000 |
parents | 90005975cdbb |
children | 47b49b9b0c0a |
line wrap: on
line diff
--- a/engine/core/video/fonts/abstractfont.h Wed Mar 25 08:48:31 2009 +0000 +++ b/engine/core/video/fonts/abstractfont.h Wed Mar 25 09:38:10 2009 +0000 @@ -88,7 +88,7 @@ */ virtual bool isAntiAlias() = 0; - virtual int getStringIndexAt(const std::string &text, int x) = 0; + virtual int getStringIndexAt(const std::string &text, int x) const = 0; /** Gets given text as Image * The rsulting image is pooled, so it's not that time critical