Skip to content

Commit

Permalink
[bugfix] Propagate asset directories to filters, esp. in swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Dec 5, 2024
1 parent 567ff58 commit 7da69da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assetloading/XmlSceneLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ AbstractGeometryFilter * XmlSceneLoader::loadFilter(
}
// ################### END Set up filter ##################

filter->setAssetsDir(assetsDir);

return filter;
}

Expand Down

0 comments on commit 7da69da

Please sign in to comment.