Browse Source

Fix TextureData:setPixel language;

bjorn 6 năm trước cách đây
mục cha
commit
e96973bd38
2 tập tin đã thay đổi với 639 bổ sung1064 xóa
  1. 637 1062
      api/init.lua
  2. 2 2
      api/lovr/data/TextureData/setPixel.lua

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 637 - 1062
api/init.lua


+ 2 - 2
api/lovr/data/TextureData/setPixel.lua

@@ -5,12 +5,12 @@ return {
     {
       name = 'x',
       type = 'number',
-      description = 'The x coordinate of the pixel to get (0-indexed).'
+      description = 'The x coordinate of the pixel to set (0-indexed).'
     },
     {
       name = 'y',
       type = 'number',
-      description = 'The y coordinate of the pixel to get (0-indexed).'
+      description = 'The y coordinate of the pixel to set (0-indexed).'
     },
     {
       name = 'r',

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác