diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-11-13 23:05:46 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-11-13 23:05:46 -0500 |
| commit | e7899203400b6add851425194ff0ce38c8050f36 (patch) | |
| tree | 39b4b3496cc402c8b509735406f5b4343b628d19 /Source/Core/VideoCommon/ImageWrite.cpp | |
| parent | 3b2d605fb50f72c72c69447c8249d0fec0100963 (diff) | |
| parent | b25e1a2eb4fd20ba84103549a59ea4c4a8639641 (diff) | |
Merge pull request #1539 from Stevoisiak/newImprovedFormatting
Various formatting and consistency fixes
Diffstat (limited to 'Source/Core/VideoCommon/ImageWrite.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/ImageWrite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/ImageWrite.cpp b/Source/Core/VideoCommon/ImageWrite.cpp index 2666c62a8a..52672612c5 100644 --- a/Source/Core/VideoCommon/ImageWrite.cpp +++ b/Source/Core/VideoCommon/ImageWrite.cpp @@ -73,7 +73,7 @@ bool TextureToPng(u8* data, int row_stride, const std::string& filename, int wid png_init_io(png_ptr, fp.GetHandle()); - // Write header (8 bit colour depth) + // Write header (8 bit color depth) png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB_ALPHA, PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE, PNG_FILTER_TYPE_BASE); |
