Skip to content

Commit

Permalink
Add newline for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Oct 11, 2024
1 parent 626e9ac commit 6aef150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/MaterialXCore/Document.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ vector<InterfaceElementPtr> Document::getMatchingImplementations(const string& n
vector<InterfaceElementPtr> matchingImplementations = hasDataLibrary() ?
getDataLibrary()->getMatchingImplementations(nodeDef) :
vector<InterfaceElementPtr>();

// Refresh the cache.
_cache->refresh();

Expand Down

0 comments on commit 6aef150

Please sign in to comment.