parent
767757838b
commit
0d3b39493f
|
|
@ -95,7 +95,7 @@ internal sealed class AdminNameOverlay : Overlay
|
|||
continue;
|
||||
|
||||
// Get on-screen coordinates of player
|
||||
var screenCoordinates = _eyeManager.WorldToScreen(aabb.Center);
|
||||
var screenCoordinates = _eyeManager.WorldToScreen(aabb.Center).Rounded();
|
||||
|
||||
sortable.Add((info, aabb, entity.Value, screenCoordinates));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue