Fix arguments for model00018680

This commit is contained in:
Ryan Dwyer
2022-11-19 11:54:26 +10:00
parent 3d8e55ab9f
commit 9c014e2daa
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ extern bool (*var8005efc4)(struct model *model, struct modelnode *node);
extern struct gfxvtx *(*g_ModelVtxAllocatorFunc)(s32 numvertices);
extern void (*g_ModelJointPositionedFunc)(s32 mtxindex, Mtxf *mtx);
bool model00018680(void);
bool model00018680(struct modelrenderdata *renderdata, struct model *model);
void modelSetDistanceScale(f32 value);
void modelSetVtxAllocatorFunc(struct gfxvtx *(*fn)(s32 numvertices));
s32 model0001a524(struct modelnode *node, s32 arg1);