From d977e86967d329a75ca0998ca0da386dc1675c81 Mon Sep 17 00:00:00 2001 From: Xiangyin Ma Date: Thu, 26 May 2016 16:54:12 +0100 Subject: [PATCH] Updata Atlas example following the PixelData change Change-Id: I3e37cc6dcfddc9cfc092b6b9aa68f9d4b932b71f --- examples/atlas/atlas-example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.7.4