forked from Imagelibrary/rtems
nds/libnds/source/arm9/image.c: Add needed cast
This commit is contained in:
@@ -121,7 +121,7 @@ void imageTileData(sImage* img) {
|
||||
|
||||
free(img->image.data32);
|
||||
|
||||
img->image.data32 = temp;
|
||||
img->image.data32 = (unsigned int *)temp;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user