Skip to content

Commit

Permalink
ResourceNamespace: When clearing the namespace ensure to call clearDi…
Browse files Browse the repository at this point in the history
…rectory()
  • Loading branch information
danij-deng committed Nov 3, 2012
1 parent 69a89c6 commit db08bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/resourcenamespace.cpp
Expand Up @@ -441,7 +441,7 @@ ddstring_t const* ResourceNamespace::name() const
void ResourceNamespace::clear()
{
d->nameHash.clear();
d->directory.clear();
d->clearDirectory();
d->nameHashIsDirty = true;
}

Expand Down

0 comments on commit db08bc8

Please sign in to comment.