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 3d38352 commit ad68e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/qcommon/q_math.cpp
Original file line number Diff line number Diff line change
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
*/
float t = m[ 0 ] + m[ 5 ] + m[ 10 ] + 1.0f;
float s;
Expand Down

0 comments on commit ad68e36

Please sign in to comment.