Browse Source

Fix issue with Pool:quat;

bjorn 1 year ago
parent
commit
e987927851
2 changed files with 264 additions and 3024 deletions
  1. 263 3024
      api/init.lua
  2. 1 0
      api/lovr/math/Pool/quat.lua

File diff suppressed because it is too large
+ 263 - 3024
api/init.lua


+ 1 - 0
api/lovr/math/Pool/quat.lua

@@ -3,6 +3,7 @@ return {
   description = 'Allocates a new `quat` from the Pool and returns it.',
   arguments = {
     angle = {
+      type = 'number',
       default = '0',
       description = 'The angle to use for the rotation, in radians.'
     },

Some files were not shown because too many files changed in this diff