mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-11 22:38:44 +00:00
Update rcore_drm.c
This commit is contained in:
@@ -1469,7 +1469,7 @@ int InitPlatform(void)
|
||||
if (!eglChooseConfig(platform.device, framebufferAttribs, configs, numConfigs, &matchingNumConfigs))
|
||||
{
|
||||
TRACELOG(LOG_WARNING, "DISPLAY: Failed to choose EGL config: 0x%x", eglGetError());
|
||||
free(configs);
|
||||
RL_FREE(configs);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user