diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/fs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fs.cpp b/common/fs.cpp index 8aa1115f9d..4b56cc4594 100644 --- a/common/fs.cpp +++ b/common/fs.cpp @@ -256,7 +256,7 @@ void FSDirectory::cacheDirectoryRecursive(FSNode node, int depth, const String& return; FSList list; - node.getChildren(list, FSNode::kListAll, false); + node.getChildren(list, FSNode::kListAll, true); FSList::iterator it = list.begin(); for ( ; it != list.end(); ++it) { |