summaryrefslogtreecommitdiff
path: root/pong
diff options
context:
space:
mode:
Diffstat (limited to 'pong')
-rw-r--r--pong/pong.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pong/pong.c b/pong/pong.c
index a4a0254..ea59f16 100644
--- a/pong/pong.c
+++ b/pong/pong.c
@@ -108,5 +108,7 @@ int main(void){
EndDrawing();
}
+
+ CloseWindow();
return 0;
}