Skip to content

Commit

Permalink
q_math: fix a dead link in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jan 28, 2025
1 parent c0a5a4c commit 7bc7473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/qcommon/q_math.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ void MatrixFromQuat( matrix_t m, const quat_t q )
* February 27th 2005
* J.M.P. van Waveren
*
* http://www.intel.com/cd/ids/developer/asmo-na/eng/293748.htm
* https://web.archive.org/web/20100818052330/http://cache-www.intel.com/cd/00/00/29/37/293748_293748.pdf
*/
float x2, y2, z2 /*, w2*/;
float yy2, xy2;
Expand Down Expand Up @@ -2864,7 +2864,7 @@ void QuatFromMatrix( quat_t q, const matrix_t m )
* February 27th 2005
* J.M.P. van Waveren
*
* http://www.intel.com/cd/ids/developer/asmo-na/eng/293748.htm
* https://web.archive.org/web/20100818052330/http://cache-www.intel.com/cd/00/00/29/37/293748_293748.pdf
*/

/* For the +1 that deviates from the original implementation,
Expand Down

0 comments on commit 7bc7473

Please sign in to comment.