Fix error reported by #312.
This commit is contained in:
@ -50,7 +50,7 @@ void Image::acquire(Color32 * data, uint w, uint h, uint d/*= 1*/)
|
||||
width = w;
|
||||
height = h;
|
||||
depth = d;
|
||||
data = data;
|
||||
this->data = data;
|
||||
}
|
||||
|
||||
void Image::free()
|
||||
|
Reference in New Issue
Block a user