diff --git a/scripts/obs-run.sh b/scripts/obs-run.sh index 269788a2..26adac26 100644 --- a/scripts/obs-run.sh +++ b/scripts/obs-run.sh @@ -19,5 +19,4 @@ execute_root() { execute "sudo" "$@" } -export MESA_GL_VERSION_OVERRIDE=3.3 -execute_root "obs" \ No newline at end of file +execute_root "MESA_GL_VERSION_OVERRIDE=3.3" "obs" \ No newline at end of file