mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 23:13:09 +00:00
Update trac links with gitea links
This replaces all links pointing to trac with their corresponding links to gitea. Also replace http with https while at it. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -266,7 +266,7 @@ void CModelDef::BlendBoneMatrices(
|
||||
// which we indicate by setting the bone ID to the total number of bones.
|
||||
// It should be blended with the world space transform and we have already
|
||||
// set up this matrix in boneMatrices.
|
||||
// (see http://trac.wildfiregames.com/ticket/1012)
|
||||
// (see https://gitea.wildfiregames.com/0ad/0ad/issues/1012)
|
||||
|
||||
boneMatrix.Blend(boneMatrices[blend.m_Bone[0]], blend.m_Weight[0]);
|
||||
for (size_t j = 1; j < SVertexBlend::SIZE && blend.m_Bone[j] != 0xFF; ++j)
|
||||
|
||||
Reference in New Issue
Block a user