Browse Source

Fix typo of type in `newSampler.lua`

pterror 1 year ago
parent
commit
3d4aeaf5ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/graphics/newSampler.lua

+ 1 - 1
api/lovr/graphics/newSampler.lua

@@ -64,7 +64,7 @@ return {
             },
             {
               name = '[3]',
-              type = 'WrapMod',
+              type = 'WrapMode',
               description = 'The "z" wrap mode for 3D textures.'
             }
           }