Explorar o código

Fix issue with quat;

bjorn hai 1 ano
pai
achega
b9dd93e2cd
Modificáronse 1 ficheiros con 1 adicións e 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.'
     },