mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 18:35:34 +00:00
Revert "remove spaces from DeterministicPath"
This reverts commit 395124b4ec01f62a1830c2c8561418f0c4bf665e.
This commit is contained in:
parent
e5c949ac09
commit
2ffec70d2a
@ -285,7 +285,9 @@ 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