Commit cd044f4f5749fc198065cf2c487bee25eff9dd18

Authored by Kimmo Hoikka
Committed by Gerrit Code Review
2 parents 53e91993 d977e869

Merge "Updata Atlas example following the PixelData change" into devel/master

examples/atlas/atlas-example.cpp
@@ -200,7 +200,7 @@ private: @@ -200,7 +200,7 @@ private:
200 return imageData; 200 return imageData;
201 } 201 }
202 202
203 - PixelDataPtr CreatePixelData( const Vector3& color, const unsigned int width, const unsigned int height ) 203 + PixelData CreatePixelData( const Vector3& color, const unsigned int width, const unsigned int height )
204 { 204 {
205 unsigned int size = width*height; 205 unsigned int size = width*height;
206 unsigned char* pixels = new unsigned char [size*3u]; 206 unsigned char* pixels = new unsigned char [size*3u];