Update main.c

This commit is contained in:
__hexmaster111 2025-03-04 05:57:30 -06:00 committed by GitHub
parent c49593f1d3
commit cf97539612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}