Skip to content

Commit

Permalink
fix:wrong key
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzy2319 committed Jan 31, 2025
1 parent 2a60f74 commit 19c23f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/al/Library/Movement/WheelMovement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace al {
WheelMovement::WheelMovement(LiveActor* actor, const ActorInitInfo& info)
: NerveExecutor("車輪動作計算") {
tryGetArg((s32*)&mRotateAxis, info, "\"車輪動作計算\"");
tryGetArg((s32*)&mRotateAxis, info, "RotateAxis");
tryGetArg(&mRotateAccel, info, "RotateAccel");
tryGetArg(&mMoveEndDegree, info, "MoveEndDegree");
tryGetArg(&mNoRotateWidth, info, "NoRotateWidth");
Expand Down

0 comments on commit 19c23f1

Please sign in to comment.