We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e8951 commit 416e20aCopy full SHA for 416e20a
trikScriptRunner/src/scriptEngineWorker.cpp
@@ -67,7 +67,7 @@ ScriptEngineWorker::ScriptEngineWorker(trikControl::Brick &brick, QString const
67
68
void ScriptEngineWorker::brickBeep()
69
{
70
- mBrick.playSound(mStartDirPath + "media/beep.wav");
+ mBrick.playSound(mStartDirPath + "media/beep_soft.wav");
71
}
72
73
void ScriptEngineWorker::reset()
0 commit comments