Skip to content

Commit

Permalink
Update CourseRail.cs
Browse files Browse the repository at this point in the history
removed a single space
  • Loading branch information
DonavinDraws authored Feb 16, 2024
1 parent 17ac2ae commit 23280fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fushigi/course/CourseRail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public BymlHashTable BuildNode()
{
BymlArrayNode controlNode = new(3);
controlNode.AddNodeToArray(BymlUtil.CreateNode(mControl.mTranslate.X));
controlNode.AddNodeToArray(BymlUtil.CreateNode( mControl.mTranslate.Y));
controlNode.AddNodeToArray(BymlUtil.CreateNode(mControl.mTranslate.Y));
controlNode.AddNodeToArray(BymlUtil.CreateNode(mControl.mTranslate.Z));

tbl.AddNode(BymlNodeId.Array, controlNode, "Control1");
Expand Down

0 comments on commit 23280fd

Please sign in to comment.