diff options
| author | archshift <gh@archshift.com> | 2015-04-05 00:11:48 -0700 |
|---|---|---|
| committer | archshift <gh@archshift.com> | 2015-04-05 00:11:48 -0700 |
| commit | fec6d603b0a76361bfc0bd63030a94ad206f19a8 (patch) | |
| tree | e1f98168f2ebee36f3f11932e61b88542d9c0be5 /src/video_core/debug_utils/debug_utils.cpp | |
| parent | 64196976b91e4202504724d65c1c772e1c542c39 (diff) | |
| parent | 8060c519a6d0b09c80b51cf97f598cd272db1287 (diff) | |
Merge pull request #681 from Zaneo/master
Changed occurences of colour to color for consistency
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.cpp')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/debug_utils/debug_utils.cpp b/src/video_core/debug_utils/debug_utils.cpp index 83982b4f2..c460146cb 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp @@ -597,7 +597,7 @@ void DumpTexture(const Pica::Regs::TextureConfig& texture_config, u8* data) { 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, texture_config.width, texture_config.height, 8, PNG_COLOR_TYPE_RGB /*_ALPHA*/, PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE, PNG_FILTER_TYPE_BASE); |
