Add end-of-line spaces checker
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Nz
|
||||
m_skinningMatrixUpdated(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
inline Joint::Joint(Joint&& joint) noexcept :
|
||||
Node(std::move(joint)),
|
||||
m_inverseBindMatrix(joint.m_inverseBindMatrix),
|
||||
|
||||
Reference in New Issue
Block a user