X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fmesh-geometry.h;h=5b46e0fec0087d998571f871fa3d442fea1540d2;hp=026e9a7fdfb6b9974aead5504bc66d1c5880d399;hb=a35ad191b1e4ed47f7aa10649a461d7ef56f22bd;hpb=5f6b0f07046b8218cdc079197bef037f5c140ce6 diff --git a/dali-scene-loader/public-api/mesh-geometry.h b/dali-scene-loader/public-api/mesh-geometry.h index 026e9a7..5b46e0f 100644 --- a/dali-scene-loader/public-api/mesh-geometry.h +++ b/dali-scene-loader/public-api/mesh-geometry.h @@ -33,7 +33,7 @@ struct DALI_SCENE_LOADER_API MeshGeometry Geometry geometry; ///< The array of vertices. Texture blendShapeGeometry; ///< The array of vertices of the different blend shapes encoded inside a texture with power of two dimensions. Vector blendShapeUnnormalizeFactor; ///< Factor used to unnormalize the geometry of the blend shape. - unsigned int blendShapeBufferOffset; ///< Offset used to calculate the start of each blend shape. + unsigned int blendShapeBufferOffset{0}; ///< Offset used to calculate the start of each blend shape. }; } // namespace SceneLoader