Skip to content

Commit

Permalink
Update gameelements.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Dec 23, 2024
1 parent dd97a85 commit 78bd406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpBlocklyJS/GameElements_20190131/gameelements.js
Original file line number Diff line number Diff line change
Expand Up @@ -4955,7 +4955,7 @@ function HextoRgb(color) {
document.getElementById("gameaudio_"+input_id).parentNode.removeChild(document.getElementById("gameaudio_"+input_id));
}

async function audio_play_googleTTS_Base64Data(input_id, input_language, input_message) {
async function audio_play_googleTTS_Base64Data(input_language, input_message) {
if ( input_message) {
input_language = encodeURIComponent(input_language);
input_message = encodeURIComponent(input_message);
Expand Down

0 comments on commit 78bd406

Please sign in to comment.