mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 12:36:40 +00:00
clang-format again
This commit is contained in:
parent
d60fd86719
commit
fe7660eec8
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ namespace MWRender
|
|||
}
|
||||
|
||||
// controllerName is used for Collada animated deforming models
|
||||
size_t Animation::detectBlendMask(const osg::Node* node, const std::string& controllerName) const
|
||||
size_t Animation::detectBlendMask(const osg::Node* node, const std::string& controllerName) const
|
||||
{
|
||||
static const std::string_view sBlendMaskRoots[sNumBlendMasks] = {
|
||||
"", /* Lower body / character root */
|
||||
|
|
Loading…
Reference in a new issue