Explorar el Código

Fix issue with quat;

bjorn hace 1 año
padre
commit
b9dd93e2cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.'
     },