Skip to content

Commit

Permalink
forgot to add mScale
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGameDev committed Apr 10, 2024
1 parent cb66e6a commit 333dbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fushigi/course/CourseActor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ public CourseActor Clone()
wonderVisible = wonderVisible,
mStartingTrans = mStartingTrans,
mTranslation = mTranslation,
mScale = mScale,
mRotation = mRotation
};
cloned.mStartingTrans = mStartingTrans;
Expand Down

0 comments on commit 333dbad

Please sign in to comment.