Skip to content

Commit

Permalink
rel: Fix typo in animdrv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PistonMiner committed Feb 2, 2021
1 parent 63227f1 commit 69ea5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ttyd-tools/rel/include/ttyd/animdrv.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gc::color4 animPoseGetMaterialEvtColor(int32_t poseId);

void animPoseMain(int32_t poseId);
void animPoseDraw(int32_t poseId, int32_t wXluStage, float x, float y, float z, float rotY, float scale);
void _animPoseDrawMtx(AnimPose *pose, const gx::mat3x4 *mat, int32_t wXluStage, float rotY, float scale);
void _animPoseDrawMtx(AnimPose *pose, const gc::mat3x4 *mat, int32_t wXluStage, float rotY, float scale);
void animPoseDrawMtx(int32_t poseId, const gc::mat3x4 *mat, int32_t wXluStage, float rotY, float scale);
// animSetPaperTexObj

Expand All @@ -79,7 +79,7 @@ void animPoseWorldMatrixEvalOn(int32_t poseId);
void animPoseVivianMain(int32_t poseId, const gc::vec3 *position);
int32_t animPoseGetVivianType(int32_t poseId);

void animPoseSetDispCallBack(int32_t poseId, void (*dispCb)(void *user, int32_t groupId, gx::mat3x4 *mat), void *user);
void animPoseSetDispCallBack(int32_t poseId, void (*dispCb)(void *user, int32_t groupId, gc::mat3x4 *mat), void *user);
void animPoseDrawShape(int32_t poseId, int32_t shapeId);
int32_t animPoseGetShapeIdx(int32_t poseId, const char *shapeName);
int32_t animPoseGetGroupIdx(int32_t poseId, const char *groupName);
Expand Down

0 comments on commit 69ea5bc

Please sign in to comment.