diff options
| author | BlueStag <[email protected]> | 2022-07-31 20:09:41 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-31 21:09:41 +0200 |
| commit | f31e4ebb3dd5ce45cc9d912f1c2400f50fe0dfe1 (patch) | |
| tree | f14ff9ca3b56dea5451239861f70091092751f6e /src | |
| parent | 85bd13c41d9c0235c4860718defdb838d12f73ee (diff) | |
| download | raylib-f31e4ebb3dd5ce45cc9d912f1c2400f50fe0dfe1.tar.gz raylib-f31e4ebb3dd5ce45cc9d912f1c2400f50fe0dfe1.zip | |
Use American spelling of colourSpace (#2604)
Diffstat (limited to 'src')
| -rw-r--r-- | src/rtextures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtextures.c b/src/rtextures.c index 39a7a5c0..214f7d73 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -4574,7 +4574,7 @@ static Image LoadPVR(const unsigned char *fileData, unsigned int fileSize) unsigned int flags; unsigned char channels[4]; // pixelFormat high part unsigned char channelDepth[4]; // pixelFormat low part - unsigned int colourSpace; + unsigned int colorSpace; unsigned int channelType; unsigned int height; unsigned int width; |
