From 8651c78edf70b917768dbced4b5074a41847f900 Mon Sep 17 00:00:00 2001 From: ubkp <118854183+ubkp@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:13:24 -0300 Subject: [PATCH] Remove raylib_opengl_interop from examples Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index cd079c312..0ac412a16 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -505,7 +505,7 @@ AUDIO = \ OTHERS = \ others/easings_testbed \ others/embedded_files_loading \ - others/raylib_opengl_interop \ +# others/raylib_opengl_interop \ others/raymath_vector_angle \ others/rlgl_compute_shader \ others/rlgl_standalone