Skip to content

Commit

Permalink
disable SDL_VIDEODRIVER=wayland while it's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
sauerbraten committed Jan 28, 2021
1 parent bda4827 commit a1fff3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ then
MACHINE_NAME=
fi

if [ ${XDG_SESSION_TYPE} == wayland ]
then
export SDL_VIDEODRIVER=wayland
fi
# if [ ${XDG_SESSION_TYPE} == wayland ]
# then
# export SDL_VIDEODRIVER=wayland
# fi

if [ -x ${SAUER_BIN}/${SYSTEM_NAME}${MACHINE_NAME}client ]
then
Expand Down

0 comments on commit a1fff3c

Please sign in to comment.