fixed player holograms floating above pools

This commit is contained in:
Mister_Nebula 2021-09-04 13:15:48 +01:00
parent 742a3d2a17
commit d16b061078

View File

@ -360,7 +360,8 @@ namespace QSB.PoolSync
continue;
}
var hologram = item.Value.transform.GetChild(0);
//var hologram = item.Value.transform.GetChild(0);
var hologram = item.Value.transform;
hologram.position = TransformPoint(item.Key.Body.transform.position, this, _slavePlatform);
hologram.rotation = TransformRotation(item.Key.Body.transform.rotation, this, _slavePlatform);
}