fixed encode of file Bitmap/BitmapTGAStream.cpp

This commit is contained in:
hyzboy 2024-08-06 00:49:33 +08:00
parent fd7e7e3788
commit b64f4c90e4

View File

@ -45,7 +45,7 @@ namespace hgl
}
/**
* TGA格式保存Bitmap数据到流
* TGA格式保存Bitmap数据到流
*/
bool SaveBitmapToTGA(io::OutputStream *os,void *data,uint width,uint height,uint channels,uint single_channel_bits)
{