瀏覽代碼

Fix typo of type in `newSampler.lua`

pterror 1 年之前
父節點
當前提交
ec6c36e39a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.'
             }
           }