diff --git a/steam-runtime-tools/graphics.c b/steam-runtime-tools/graphics.c index 558c53e38a4ea41914ad8ff2b6ab556854cc33eb..56ad224db441bb1a3cebc64daecd7694f040982e 100644 --- a/steam-runtime-tools/graphics.c +++ b/steam-runtime-tools/graphics.c @@ -715,7 +715,7 @@ _srt_check_graphics (const char *helpers_path, &error)) { g_debug ("An error occurred calling the helper: %s", error->message); - issues |= SRT_GRAPHICS_ISSUES_CANNOT_LOAD; + issues |= SRT_GRAPHICS_ISSUES_CANNOT_DRAW; goto out; }