fixed railgun, fixed repairtools radar ping & improved rendering, waypoint bugfixes, inventory bugfixes, syncing wires between clients
This commit is contained in:
@@ -107,9 +107,10 @@ namespace Subsurface
|
||||
|
||||
private void UpdateRect()
|
||||
{
|
||||
|
||||
bar.Rect = new Rectangle(
|
||||
frame.Rect.X,
|
||||
frame.Rect.Y,
|
||||
bar.Rect.X,
|
||||
bar.Rect.Y,
|
||||
isHorizontal ? (int)(frame.Rect.Width * barSize) : frame.Rect.Width,
|
||||
isHorizontal ? frame.Rect.Height : (int)(frame.Rect.Height * barSize));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user