diff --git a/examples/atlas/atlas-example.cpp b/examples/atlas/atlas-example.cpp index 3ba64ea..1d0f089 100644 --- a/examples/atlas/atlas-example.cpp +++ b/examples/atlas/atlas-example.cpp @@ -200,7 +200,7 @@ private: return imageData; } - PixelDataPtr CreatePixelData( const Vector3& color, const unsigned int width, const unsigned int height ) + PixelData CreatePixelData( const Vector3& color, const unsigned int width, const unsigned int height ) { unsigned int size = width*height; unsigned char* pixels = new unsigned char [size*3u];