From b64f4c90e4c136e4c80f6849edd4d456afd71ff8 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 6 Aug 2024 00:49:33 +0800 Subject: [PATCH] fixed encode of file Bitmap/BitmapTGAStream.cpp --- src/Bitmap/BitmapTGAStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bitmap/BitmapTGAStream.cpp b/src/Bitmap/BitmapTGAStream.cpp index ecdff8c..f97a6ca 100644 --- a/src/Bitmap/BitmapTGAStream.cpp +++ b/src/Bitmap/BitmapTGAStream.cpp @@ -45,7 +45,7 @@ namespace hgl } /** - * 以TGA格式保存Bitmap数据到流 + * 浠GA鏍煎紡淇濆瓨Bitmap鏁版嵁鍒版祦 */ bool SaveBitmapToTGA(io::OutputStream *os,void *data,uint width,uint height,uint channels,uint single_channel_bits) {