From 3e9fb4757febf045397449b91ed2d91295c6d344 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 7 Jul 2026 12:17:23 +0200 Subject: [PATCH] Update rcore_drm.c --- src/platforms/rcore_drm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/platforms/rcore_drm.c b/src/platforms/rcore_drm.c index 6d7278623..662b52373 100644 --- a/src/platforms/rcore_drm.c +++ b/src/platforms/rcore_drm.c @@ -1445,7 +1445,8 @@ int InitPlatform(void) return -1; } - // Providing `framebufferAttribs` is not logically necessary, but it may prevent segfaults on some nvidia drivers + // WARNING: Providing framebufferAttribs is not logically necessary, + // but it may prevent segfaults on some nvidia drivers if (!eglChooseConfig(platform.device, framebufferAttribs, NULL, 0, &numConfigs)) { TRACELOG(LOG_WARNING, "DISPLAY: Failed to get EGL config count: 0x%x", eglGetError());