From 68684685f1c83c641d5a720d17760ab940b29b44 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 11 Dec 2024 17:07:03 +0500 Subject: upd: removed the label --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index 135c7ad..56b66cb 100644 --- a/src/main.c +++ b/src/main.c @@ -38,8 +38,6 @@ int main(int argc, char* argv[]) { while (!WindowShouldClose()) { BeginDrawing(); ClearBackground(BLACK); - DrawText("hi world!", GetScreenWidth() / 2.0 - 16 * 4, - GetScreenHeight() / 2.0 - 16, 32, BLACK); qsort(stars, sizeof(stars) / sizeof(stars[0]), sizeof(struct Star), CompareStarsByZPosition); -- cgit v1.2.3