فهرست منبع

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