debugging writeln lolol

This commit is contained in:
Adam D. Ruppe 2021-09-24 09:04:27 -04:00
parent e7b72c7c1a
commit 65e9f3302c
1 changed files with 0 additions and 2 deletions

View File

@ -10209,8 +10209,6 @@ version(Windows) {
auto c2 = cast(int)(-sin(startAngle) * height / 2 + y1 + height / 2);
auto c3 = cast(int)(cos(endAngle) * width / 2 + x1 + width / 2);
auto c4 = cast(int)(-sin(endAngle) * height / 2 + y1 + height / 2);
import std.stdio; writeln(c1, " ", c2, " ", c3, " ", c4);
if(_activePen.color.a)
Arc(hdc, x1, y1, x1 + width + 1, y1 + height + 1, c1, c2, c3, c4);