Skip to content
Snippets Groups Projects
Commit c2003c52 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Fixed some unnecessary qualification.

parent 66f9363a
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ public:
* and then applies them to the verticies of this skin. Sets the overall
* skin data transform to the identity.
*/
void NiGeometry::ApplySkinOffset();
void ApplySkinOffset();
void NormalizeSkinWeights();
......
......@@ -101,7 +101,7 @@ public:
void SetSkinFlag( bool n );
private:
void NiNode::RepositionGeom( NiAVObjectRef root );
void RepositionGeom( NiAVObjectRef root );
protected:
list<NiSkinInstance*> skins;
NI_NODE_MEMBERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment