diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-09 22:03:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-10 03:07:44 +0300 |
commit | f75a1e7af1db4be56430765e19a5aee75284dd3e (patch) | |
tree | 621a4a764758d8ff36aaebd58f5534e00cc64bce /src/gui/sdlfont.h | |
parent | a89e756f00adb4e20be74590b624b3fd632c8a95 (diff) | |
download | plus-f75a1e7af1db4be56430765e19a5aee75284dd3e.tar.gz plus-f75a1e7af1db4be56430765e19a5aee75284dd3e.tar.bz2 plus-f75a1e7af1db4be56430765e19a5aee75284dd3e.tar.xz plus-f75a1e7af1db4be56430765e19a5aee75284dd3e.zip |
Improve font cache cleaning.
Add missing font cache cleaning code.
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r-- | src/gui/sdlfont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h index 22cbb53cb..4e77943f8 100644 --- a/src/gui/sdlfont.h +++ b/src/gui/sdlfont.h @@ -87,7 +87,7 @@ class SDLFont final : public gcn::Font void doClean(); - void slowLogic(); + void slowLogic(const int rnd); int getCreateCounter() const A_WARN_UNUSED { return mCreateCounter; } |