We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb66455 commit d6d8489Copy full SHA for d6d8489
Content.Client/_Wega/Crayon/CrayonPreviewOverlay.cs
@@ -69,6 +69,6 @@ protected override void Draw(in OverlayDrawArgs args)
69
var grid = transform.GetGrid(player);
70
Angle rot = grid != null ? transform.GetWorldRotation(grid.Value) : 0;
71
72
- worldHandle.DrawTexture(texture, position, rot + crayon.Angle, color);
+ worldHandle.DrawTexture(texture, position, rot * 2 + crayon.Angle, color);
73
}
74
0 commit comments