From f31e4ebb3dd5ce45cc9d912f1c2400f50fe0dfe1 Mon Sep 17 00:00:00 2001 From: BlueStag <71090710+BlueStaggo@users.noreply.github.com> Date: Sun, 31 Jul 2022 20:09:41 +0100 Subject: [PATCH] Use American spelling of colourSpace (#2604) --- src/rtextures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtextures.c b/src/rtextures.c index 39a7a5c03..214f7d739 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;