Commit cd044f4f5749fc198065cf2c487bee25eff9dd18
Committed by
Gerrit Code Review
Merge "Updata Atlas example following the PixelData change" into devel/master
Showing
1 changed file
with
1 additions
and
1 deletions
examples/atlas/atlas-example.cpp
| ... | ... | @@ -200,7 +200,7 @@ private: |
| 200 | 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 | 205 | unsigned int size = width*height; |
| 206 | 206 | unsigned char* pixels = new unsigned char [size*3u]; | ... | ... |