瀏覽代碼

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.'
     },