Browse Source

Fix issue with quat;

bjorn 1 year ago
parent
commit
b9dd93e2cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/lovr/math/quat.lua

+ 1 - 0
api/lovr/math/quat.lua

@@ -10,6 +10,7 @@ return {
   ]],
   arguments = {
     angle = {
+      type = 'number',
       default = '0',
       description = 'The angle to use for the rotation, in radians.'
     },