summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorleo <leo@azuminha.com>2024-02-16 00:44:13 -0300
committerleo <leo@azuminha.com>2024-02-16 00:44:13 -0300
commit10f9fd02f78e6818b0b157d14b348fd36682fedb (patch)
treeac9e1d952a43cba681bf1e72ccbf7e816a86c345 /main.c
parentb96e1de0bd5e00d7bd3c74cf5319a6fb76439c24 (diff)
finalizado, tem que melhorar a performance
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index cadbf42..af0e2c0 100644
--- a/main.c
+++ b/main.c
@@ -21,11 +21,11 @@ int main(){
DrawText("DONUT", 0, 0, 16, WHITE);
//draw line 0 0 0.5 0.5
- DrawLine(p1.x, p1.y, p2.x, p2.y, RED);
+ //DrawLine(p1.x, p1.y, p2.x, p2.y, RED);
draw_circle((point2d){0.50, 0.0}, 0.25);
EndDrawing();
}
CloseWindow();
return 0;
-} \ No newline at end of file
+}