Skip to content

Commit

Permalink
fix math.slerpQuaternion (#1872)
Browse files Browse the repository at this point in the history
* fix math.slerpQuaternion

---------

Co-authored-by: thegrb93 <[email protected]>
  • Loading branch information
yingKatsu and thegrb93 authored Oct 15, 2024
1 parent 211d96e commit 07a9665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/starfall/libs_sh/quaternion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ function math_library.slerpQuaternion(quat1, quat2, t)

local out = clone(quat1)
quatInv(out)
quatConj(out)
out = getQuatMul(out, new)
quatLog(out)
quatMulNum(out, t)
Expand Down

0 comments on commit 07a9665

Please sign in to comment.