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/utils.h | |
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/utils.h')
-rw-r--r-- | src/video_core/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_core/utils.h b/src/video_core/utils.h index bda793fa5..ffb3e73a3 100644 --- a/src/video_core/utils.h +++ b/src/video_core/utils.h @@ -13,10 +13,10 @@ namespace VideoCore { /// Structure for the TGA texture format (for dumping) struct TGAHeader { char idlength; - char colourmaptype; + char colormaptype; char datatypecode; - short int colourmaporigin; - short int colourmaplength; + short int colormaporigin; + short int colormaplength; short int x_origin; short int y_origin; short width; |