From 87b09f53819e0fe9b671334a059f1ca4ac203e3d Mon Sep 17 00:00:00 2001
From: Amorilia <amorilia@users.sourceforge.net>
Date: Sun, 3 Jul 2011 09:09:53 +0100
Subject: [PATCH] Small fix in documentation.

---
 include/obj/NiSkinInstance.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/obj/NiSkinInstance.h b/include/obj/NiSkinInstance.h
index a1e83920..ca2df8da 100644
--- a/include/obj/NiSkinInstance.h
+++ b/include/obj/NiSkinInstance.h
@@ -92,7 +92,7 @@ public:
 	NIFLIB_API Ref<NiSkinPartition> GetSkinPartition() const;
 
 	/*!
-	 * This constructor is called by NiTriBasedGeom when it creates a new skin
+	 * This constructor is called by NiGeometry when it creates a new skin
 	 * instance using the BindSkin function.
 	 */
 	NIFLIB_HIDDEN void BindSkin( NiNode * skeleton_root, vector< Ref<NiNode> > bone_nodes );
-- 
GitLab