Update content repo for CLYDE 2.0.

This commit is contained in:
Pieter-Jan Briers
2019-07-06 19:20:20 +02:00
parent c4523a956d
commit 4221fecff6
6 changed files with 12 additions and 12 deletions

View File

@@ -90,8 +90,8 @@ namespace Content.Client.UserInterface
var handL = new UIBox2(_handL.TopLeft * UIScale, _handL.BottomRight * UIScale);
var handR = new UIBox2(_handR.TopLeft * UIScale, _handR.BottomRight * UIScale);
handle.DrawStyleBox(handBox, leftActive ? handL : handR);
handle.DrawStyleBox(inactiveHandBox, leftActive ? handR : handL);
handBox.Draw(handle, leftActive ? handL : handR);
inactiveHandBox.Draw(handle, leftActive ? handR : handL);
}
/// <summary>