diff options
Diffstat (limited to '')
-rw-r--r-- | include/g3dhax.h | 2 |
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); |