From 2e1e6fdd5f61b482f0f21d1f5b4dfe4753442796 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Thu, 15 Jun 2006 04:26:37 +0000 Subject: [PATCH] Fixed a typo. --- obj/NiTriBasedGeomData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj/NiTriBasedGeomData.h b/obj/NiTriBasedGeomData.h index 45c81429..c184bb77 100644 --- a/obj/NiTriBasedGeomData.h +++ b/obj/NiTriBasedGeomData.h @@ -46,7 +46,7 @@ public: */ short GetUVSetCount() const { return short(uvSets.size()); } - /*! Changes the number of UV sets used by this mesh. If he new size is smaller, data at the end of the array will be lost. Otherwise it will be retained. The number of UV sets must correspond with the number of textures defined in the corresponding NiTexturingProperty block. + /*! Changes the number of UV sets used by this mesh. If the new size is smaller, data at the end of the array will be lost. Otherwise it will be retained. The number of UV sets must correspond with the number of textures defined in the corresponding NiTexturingProperty block. * \param n The new size of the uv set array. * \sa IShapeData::GetUVSetCount, ITexturingProperty */ -- GitLab