diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-24 19:59:31 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-24 19:59:31 +0100 |
| commit | 1f3e1f7f54dab40fef28370f1f0465933366a3c2 (patch) | |
| tree | 53eb9938636776ce7a7b3d97ab306a485804cf1c /src/main.c | |
| parent | ce6f056fa849ba23665cfe4239d2191efd74cb89 (diff) | |
Minor changes
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ int main(int argc, char *argv[]) ScreenInit(800,400); + ScreenSetPixel(0,1,1); + while (!WindowShouldClose()){ ScreenUpdate(); } |
