Explorar el Código

Fix Quat:set angle type;

bjorn hace 2 años
padre
commit
5e47a5ff68
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      api/lovr/math/Quat/set.lua

+ 1 - 0
api/lovr/math/Quat/set.lua

@@ -15,6 +15,7 @@ return {
   ]],
   arguments = {
     angle = {
+      type = 'number',
       default = '0',
       description = 'The angle to use for the rotation, in radians.'
     },