mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 12:39:51 +00:00
TODO
This commit is contained in:
parent
49f52f89e7
commit
9853106367
@ -75,6 +75,7 @@ public class QSBItem<T> : WorldObject<T>, IQSBItem
|
||||
}
|
||||
else
|
||||
{
|
||||
// TODO at some point we should probably call the proper drop item code to account for funny overrides
|
||||
AttachedObject.transform.parent = _lastParent;
|
||||
AttachedObject.transform.localPosition = _lastPosition;
|
||||
AttachedObject.transform.localRotation = _lastRotation;
|
||||
|
Loading…
x
Reference in New Issue
Block a user