diff options
| author | ilotterytea <iltsu@alright.party> | 2024-12-11 17:07:03 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-12-11 17:07:03 +0500 |
| commit | 68684685f1c83c641d5a720d17760ab940b29b44 (patch) | |
| tree | e2f2f6cdd5f6cf603c9f609f2fb11c7aa9bebecb | |
| parent | 12afbb3293e7f2084b169359a7537490343e3cee (diff) | |
upd: removed the label
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |
