Clean up use of transforms in scene graph.
This commit is contained in:
parent
3915a40c96
commit
f26ee2ebc4
37 changed files with 238 additions and 242 deletions
|
@ -11,7 +11,7 @@ Path MediaResourceManager::getSvgIconPath(Resource::Icon::Svg icon)
|
|||
return mResourceLocation / MediaResources::getPath(icon);
|
||||
}
|
||||
|
||||
std::unique_ptr<AbstractVisualNode> MediaResourceManager::getSvgIconNode(Resource::Icon::Svg icon)
|
||||
std::unique_ptr<SvgNode> MediaResourceManager::getSvgIconNode(Resource::Icon::Svg icon)
|
||||
{
|
||||
const auto path = getSvgIconPath(icon);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue