Fix build regression from 9fa709aa79
This commit is contained in:
@@ -1762,8 +1762,6 @@ bool ModelTool::FindTexture(const String& sourcePath, const String& file, String
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void ModelTool::CalculateBoneOffsetMatrix(const Array<SkeletonNode>& nodes, Matrix& offsetMatrix, int32 nodeIndex)
|
||||
{
|
||||
offsetMatrix = Matrix::Identity;
|
||||
@@ -1778,3 +1776,5 @@ void ModelTool::CalculateBoneOffsetMatrix(const Array<SkeletonNode>& nodes, Matr
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user