1
0
forked from mirrors/0ad

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:
Ralph Sennhauser
2024-12-10 11:29:34 +01:00
parent 38a0a0cf2e
commit ead62bba78
44 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ void CModel::ValidatePosition()
// which we indicate with the blending bone ID set to the total number
// of bones. But since we're skinning in world space, we use the model's
// world space transform and store that matrix in this special index.
// (see http://trac.wildfiregames.com/ticket/1012)
// (see https://gitea.wildfiregames.com/0ad/0ad/issues/1012)
m_BoneMatrices[m_pModelDef->GetNumBones()] = m_Transform;
if (computeBlendMatrices)