mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
Фикс мелка (#297)
* фикс * math Математика второй класс --------- Co-authored-by: Zekins <136648667+Zekins3366@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user