Fixed cache clearing

This commit is contained in:
Hackerpilot 2013-09-10 22:50:16 -07:00
parent 6a7827a296
commit 72ad182f21
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ struct ModuleCache
*/
static void clear()
{
cache.clear();
cache = cache.init;
}
/**