make hover, dragging, press and mouse release work in a proper way

This commit is contained in:
Eduardo Bart
2012-02-07 17:21:53 -02:00
parent d6ade5a8e0
commit e51789378a
9 changed files with 332 additions and 106 deletions

View File

@@ -87,7 +87,7 @@ void ModuleManager::discoverModulesPath()
"" };
for(const std::string& dir : possibleAddonsDirs) {
// try to add module directory
if(g_resources.addToSearchPath(dir, false)) {
if(g_resources.addToSearchPath(dir, true)) {
logInfo("Using addons directory '", dir.c_str(), "'");
found = true;
break;