mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 18:35:34 +00:00
remove spaces from DeterministicPath
This commit is contained in:
parent
7b0e60679c
commit
395124b4ec
@ -285,9 +285,7 @@ namespace QSB.Utility
|
|||||||
}
|
}
|
||||||
|
|
||||||
sb.Append(transform.name);
|
sb.Append(transform.name);
|
||||||
sb.Append(' ');
|
|
||||||
sb.Append(data.SiblingIndex);
|
sb.Append(data.SiblingIndex);
|
||||||
sb.Append(' ');
|
|
||||||
transform = data.Parent;
|
transform = data.Parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user