From 13e2abeab29119b7672c3f21dc40f716be331989 Mon Sep 17 00:00:00 2001 From: XenHat <me@xenh.at> Date: Thu, 1 Jun 2023 12:41:09 -0400 Subject: [PATCH] Fix mangohud not working anymore --- indra/newview/linux_tools/wrapper.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index 913df27bf34..ecffc08815b 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -33,8 +33,7 @@ if [[ -v AL_VALGRIND ]]; then fi if [[ -v AL_MANGO ]]; then - export MANGOHUD_DLSYM=1 - export LL_WRAPPER='mangohud' + export LL_WRAPPER='mangohud --dlsym' fi ## For controlling various sanitizer options -- GitLab