diff --git a/Source/Image.cc b/Source/Image.cc index 8d3f461..2bde5d5 100644 --- a/Source/Image.cc +++ b/Source/Image.cc @@ -135,7 +135,7 @@ bool Image::Create (uint16 w, uint16 h) // Allocate memory mData = new uint32 - [mLimit = mLength]; + [mLimit = mLength](); } return true;