Skip to content

Commit

Permalink
Control Point Small Fix
Browse files Browse the repository at this point in the history
Forgot a Declaration
  • Loading branch information
DonavinDraws committed Jan 12, 2024
1 parent c394b1d commit 9d730cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fushigi/course/CourseRail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public CourseRailPoint()
{
this.mHash = RandomUtil.GetRandom();
this.mTranslate = new System.Numerics.Vector3();
this.mControl = new(this);
}


Expand Down

0 comments on commit 9d730cc

Please sign in to comment.