ソースを参照

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