diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-24 22:06:22 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-24 22:06:22 +0100 |
| commit | 3924115080f5332d8e452494af21be7b47b6bac6 (patch) | |
| tree | 82a8bc7c189148aa8d18c86fc9702526223bd687 /src/screen.c | |
| parent | 1f3e1f7f54dab40fef28370f1f0465933366a3c2 (diff) | |
Minor changes
Diffstat (limited to 'src/screen.c')
| -rw-r--r-- | src/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c index 727d8ed..cd8d3f4 100644 --- a/src/screen.c +++ b/src/screen.c @@ -43,7 +43,7 @@ void ScreenSetPixel(int x, int y, char state){ Screen.pixels[x+y*64]=(state==0) ? 0: 1; } -void ScreenFinish(){ +void ScreenClose(){ CloseWindow(); // Close window and OpenGL context } |
