Update textures_framebuffer_rendering.c

This commit is contained in:
Ray
2026-02-09 22:26:07 +01:00
parent e67dc15a52
commit 9861baf4b7

View File

@@ -148,6 +148,7 @@ int main(void)
//--------------------------------------------------------------------------------------
UnloadRenderTexture(observerTarget);
UnloadRenderTexture(subjectTarget);
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------