From 5873c787c631612554d6c2daeb6db08c5306fb0c Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 12 Feb 2024 22:59:01 +0100 Subject: Properly resume audio after a use action in browser --- build_and_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_and_test.sh') diff --git a/build_and_test.sh b/build_and_test.sh index 517ae4a..1829a89 100755 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -92,7 +92,7 @@ elif [ "$USE_COMPILER" = "emcc" ]; then FOLDER=out_emcc COMPILE=emcc EXE_POSTFIX=.js - LINK_FLAGS="-sFULL_ES3=1" + LINK_FLAGS="-sFULL_ES3" elif [ "$USE_COMPILER" != "" ]; then echo "Unknown C compiler" exit 1 -- cgit v1.2.3