Sfoglia il codice sorgente

Use American spelling of colourSpace (#2604)

pull/2605/head
BlueStag 2 anni fa
committed by GitHub
parent
commit
f31e4ebb3d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c Vedi File

@ -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;

Caricamento…
Annulla
Salva