From cf9753961261bd44cc173ff1396cbe5697f95912 Mon Sep 17 00:00:00 2001 From: __hexmaster111 Date: Tue, 4 Mar 2025 05:57:30 -0600 Subject: [PATCH] Update main.c --- examples/introducing-clay-video-demo/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/introducing-clay-video-demo/main.c b/examples/introducing-clay-video-demo/main.c index 5456ebc..89dd50f 100644 --- a/examples/introducing-clay-video-demo/main.c +++ b/examples/introducing-clay-video-demo/main.c @@ -50,4 +50,6 @@ int main(void) { Clay_Raylib_Render(renderCommands, fonts); EndDrawing(); } + // This function is new since the video was published + Clay_Raylib_Close(); }