Skip to content

Commit 416e20a

Browse files
committed
added new 'beep' sound
1 parent 31e8951 commit 416e20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trikScriptRunner/src/scriptEngineWorker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ScriptEngineWorker::ScriptEngineWorker(trikControl::Brick &brick, QString const
6767

6868
void ScriptEngineWorker::brickBeep()
6969
{
70-
mBrick.playSound(mStartDirPath + "media/beep.wav");
70+
mBrick.playSound(mStartDirPath + "media/beep_soft.wav");
7171
}
7272

7373
void ScriptEngineWorker::reset()

0 commit comments

Comments
 (0)