Order-of-initialization fix.
parent
d0b75c96d1
commit
85b4e45863
|
@ -228,7 +228,7 @@ MicroBitImage::~MicroBitImage()
|
|||
*/
|
||||
void MicroBitImage::init_empty()
|
||||
{
|
||||
ptr = MicroBitImage::EmptyImage.ptr;
|
||||
ptr = (ImageData*)(void*)empty;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue