Fix error reported by #312.
This commit is contained in:
parent
ea53e0b1ee
commit
8fb22e951e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user