Фикс мелка (#297)

* фикс

* math

Математика второй класс

---------

Co-authored-by: Zekins <136648667+Zekins3366@users.noreply.github.com>
This commit is contained in:
MartynDew
2026-01-31 14:14:33 +03:00
committed by GitHub
parent fb66455eb3
commit d6d8489c45

View File

@@ -69,6 +69,6 @@ public sealed class CrayonPreviewOverlay : Overlay
var grid = transform.GetGrid(player);
Angle rot = grid != null ? transform.GetWorldRotation(grid.Value) : 0;
worldHandle.DrawTexture(texture, position, rot + crayon.Angle, color);
worldHandle.DrawTexture(texture, position, rot * 2 + crayon.Angle, color);
}
}