浏览代码

Fix issue with quat;

bjorn 1 年之前
父节点
当前提交
b9dd93e2cd
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.'
     },