summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-11 17:07:03 +0500
committerilotterytea <iltsu@alright.party>2024-12-11 17:07:03 +0500
commit68684685f1c83c641d5a720d17760ab940b29b44 (patch)
treee2f2f6cdd5f6cf603c9f609f2fb11c7aa9bebecb
parent12afbb3293e7f2084b169359a7537490343e3cee (diff)
upd: removed the label
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 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);