diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-22 00:34:20 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-22 00:34:20 +0100 |
commit | 11c8b134d7de3d7b2249d74b26a87bc9d6acc27d (patch) | |
tree | 7d6d646c73c893f1e978a6f4aecbeeb41a7f80c4 /drawing | |
parent | c13872d6ef54af30fa476cb690ebc7d5725c0537 (diff) |
rle
Diffstat (limited to 'drawing')
-rw-r--r-- | drawing/drawing.ha | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drawing/drawing.ha b/drawing/drawing.ha index ae36501..729b441 100644 --- a/drawing/drawing.ha +++ b/drawing/drawing.ha @@ -113,7 +113,6 @@ export fn stroke(picture: *picture, c0: pos, c1: pos, r: i32, color: u32) void = circle(picture, c1, r, color); return; }; - fmt::printfln("count: {}",count)!; const sx = dx: f64 / (count): f64; const sy = dy: f64 / (count): f64; |