Commit 01842cc0ba65f1e917267d244747d68e5426b499
[dali_1.1.38] Merge branch 'devel/master'
Change-Id: Ie995ce8342cd34be613210b0934b43a51cf77600
Showing
2 changed files
with
2 additions
and
2 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]; | ... | ... |