Skip to content

Commit

Permalink
wolf - Fix
Browse files Browse the repository at this point in the history
d10sfan committed Feb 24, 2024
1 parent a963138 commit 2fc44f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/woof/assets/run-woof.sh
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ cd ./woof

if [[ -z "${SDL_SOUNDFONTS}" ]]; then
echo "Setting default soundfont"
export SDL_SOUNDFONTS="fluid-soundfont-3.1/FluidR3_GM.sf2"
export SDL_SOUNDFONTS="soundfonts/TimGM6mb.sf2"
fi

export LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH"

0 comments on commit 2fc44f7

Please sign in to comment.