Browse Source

Fix typo of type in `newSampler.lua`

pterror 1 năm trước cách đây
mục cha
commit
ec6c36e39a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.'
             }
           }