rexim 5 年之前
父节点
当前提交
e558b7cbf8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/vodus_image32.cpp

+ 1 - 1
src/vodus_image32.cpp

@@ -178,7 +178,7 @@ void slap_image32_onto_image32(Image32 dst, Image32 src,
             assert(y - y0 < src.height);
 
             // TODO(#90): SSE is not disablable
-            // TODO: SSE rendering is slightly different from non SSE version
+            // TODO(#91): SSE rendering is slightly different from non SSE version
             mix_pixels_sse(
                 &src.pixels[(y - y0) * src.width + (x - x0)],
                 &dst.pixels[y * dst.width + x],