From aea689a23e1390d62896ba96667631add5c33018 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Tue, 24 Jul 2012 21:50:50 -0500 Subject: a few anmClr touchups --- include/g3dhax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/g3dhax.h b/include/g3dhax.h index eb4ffd0..551af40 100644 --- a/include/g3dhax.h +++ b/include/g3dhax.h @@ -339,7 +339,7 @@ namespace m3d { bool setup(nw4r::g3d::ResMdl modelRes, nw4r::g3d::ResAnmClr anmRes, mAllocator_c *allocator, u32 *sizeOutPtr, int count); // count usually 1 or 2, sizeOutPtr usually 0 - void bind(/*b*/mdl_c *model, nw4r::g3d::ResAnmVis anmRes, int entryNumber, int _param4); // usually entryNumber is 0, param4 is 0 or 1 + void bind(/*b*/mdl_c *model, nw4r::g3d::ResAnmClr anmRes, int entryNumber, int _param4); // usually entryNumber is 0, param4 is 0 or 1 float getFrameForEntry(int number); -- cgit v1.2.3