浏览代码

fix changelog typo (again)

Andre Weissflog 2 年之前
父节点
当前提交
0f8f7787fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -42,7 +42,7 @@
     texture for the msaa-resolve operation.
   - When creating a pass object, there's now an array of `sg_image` objects
     called `resolve_attachments[]`. When a resolve attachment image is set, the
-    `color attachment` at the same slot index must be an image with a sample count >
+    color attachment at the same slot index must be an image with a sample count >
     1, and an 'msaa-resolve' operation from the color attachment into the
     resolve attachment will take place in `sg_end_pass()`.
   - Pass attachments are now more flexible (there were a couple of gaps where specific