summaryrefslogtreecommitdiff
path: root/include/g3dhax.h
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-07-24 21:50:50 -0500
committerColin Noga <Tempus@chronometry.ca>2012-07-24 21:50:50 -0500
commitaea689a23e1390d62896ba96667631add5c33018 (patch)
treeeb399ac87d83f7a8b1201876beb6deb45395113e /include/g3dhax.h
parent45aee4cd0356305fc1a1ebec5d15bc0e17a54b0a (diff)
downloadkamek-aea689a23e1390d62896ba96667631add5c33018.tar.gz
kamek-aea689a23e1390d62896ba96667631add5c33018.zip
a few anmClr touchups
Diffstat (limited to '')
-rw-r--r--include/g3dhax.h2
1 files changed, 1 insertions, 1 deletions
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);