mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 09:35:26 +00:00
add todo
This commit is contained in:
parent
c48750281d
commit
6b51d37e7a
@ -80,6 +80,7 @@ namespace QSB.ProbeSync.TransformSync
|
|||||||
}
|
}
|
||||||
|
|
||||||
var probeLauncher = Player.LocalProbeLauncher;
|
var probeLauncher = Player.LocalProbeLauncher;
|
||||||
|
// TODO : make this sync to the *active* probe launcher's _launcherTransform
|
||||||
var launcherTransform = probeLauncher.GetValue<Transform>("_launcherTransform");
|
var launcherTransform = probeLauncher.GetValue<Transform>("_launcherTransform");
|
||||||
probeOWRigidbody.SetPosition(launcherTransform.position);
|
probeOWRigidbody.SetPosition(launcherTransform.position);
|
||||||
probeOWRigidbody.SetRotation(launcherTransform.rotation);
|
probeOWRigidbody.SetRotation(launcherTransform.rotation);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user