1
0

Amendment to [r6389] Change all CColorConverter functions to work with u32 instead of s32 for sizes

Missed it as that part is only use by OGL_ES branch.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6403 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2022-05-15 15:51:55 +00:00
parent 5d27ca38a7
commit 4450b532c2
3 changed files with 4 additions and 4 deletions

View File

@@ -639,7 +639,7 @@ protected:
GLint InternalFormat;
GLenum PixelFormat;
GLenum PixelType;
void (*Converter)(const void*, s32, void*);
void (*Converter)(const void*, u32, void*);
bool LockReadOnly;
IImage* LockImage;