diff options
| author | jussi | 2024-11-20 17:10:42 +0200 |
|---|---|---|
| committer | jussi | 2024-11-20 17:10:42 +0200 |
| commit | cf2c2eb05bd5d30169771b0087df84a53124f766 (patch) | |
| tree | 8549266d3acdaed60e89ad1b49f67a437e9fb26c /examples/resources/lib/quaternion.lua | |
| parent | cddfc09ccc286726736fa436a10919021a177b69 (diff) | |
| download | reilua-enhanced-cf2c2eb05bd5d30169771b0087df84a53124f766.tar.gz reilua-enhanced-cf2c2eb05bd5d30169771b0087df84a53124f766.tar.bz2 reilua-enhanced-cf2c2eb05bd5d30169771b0087df84a53124f766.zip | |
Type class updates.
Diffstat (limited to 'examples/resources/lib/quaternion.lua')
| -rw-r--r-- | examples/resources/lib/quaternion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/lib/quaternion.lua b/examples/resources/lib/quaternion.lua index 708fb34..e04c352 100644 --- a/examples/resources/lib/quaternion.lua +++ b/examples/resources/lib/quaternion.lua @@ -151,7 +151,7 @@ function Quaternion:fromMatrix( mat ) end function Quaternion:toMatrix() - return Matrix:newT( RL.QuaternionToMatrix( self ) ) + return Matrix:new( RL.QuaternionToMatrix( self ) ) end function Quaternion:fromAxisAngle( axis, angle ) |
