瀏覽代碼

Update rtext.c

Ray 2 年之前
父節點
當前提交
10e4aa32f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/rtext.c

+ 1 - 1
src/rtext.c

@@ -788,7 +788,7 @@ Image GenImageFontAtlas(const GlyphInfo *glyphs, Rectangle **glyphRecs, int glyp
                 }
             }
 
-            // Copy pixel data from fc.data to atlas
+            // Copy pixel data from glyph image to atlas
             for (int y = 0; y < glyphs[i].image.height; y++)
             {
                 for (int x = 0; x < glyphs[i].image.width; x++)