Changed occurences of colour to color for consistency
This commit is contained in:
parent
64196976b9
commit
8060c519a6
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue