فهرست منبع

Fix TextureData:setPixel language;

bjorn 6 سال پیش
والد
کامیت
e96973bd38
2فایلهای تغییر یافته به همراه639 افزوده شده و 1064 حذف شده
  1. 637 1062
      api/init.lua
  2. 2 2
      api/lovr/data/TextureData/setPixel.lua

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 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',

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است