Browse Source

Fix Quat:set angle type;

bjorn 2 years ago
parent
commit
5e47a5ff68
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/lovr/math/Quat/set.lua

+ 1 - 0
api/lovr/math/Quat/set.lua

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