Skip to content

Commit d6d8489

Browse files
Фикс мелка (#297)
* фикс * math Математика второй класс --------- Co-authored-by: Zekins <136648667+Zekins3366@users.noreply.github.com>
1 parent fb66455 commit d6d8489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Client/_Wega/Crayon/CrayonPreviewOverlay.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ protected override void Draw(in OverlayDrawArgs args)
6969
var grid = transform.GetGrid(player);
7070
Angle rot = grid != null ? transform.GetWorldRotation(grid.Value) : 0;
7171

72-
worldHandle.DrawTexture(texture, position, rot + crayon.Angle, color);
72+
worldHandle.DrawTexture(texture, position, rot * 2 + crayon.Angle, color);
7373
}
7474
}

0 commit comments

Comments
 (0)