mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 11:13:55 +00:00
missed a spot
This commit is contained in:
parent
7e4655473d
commit
0f0ddf8102
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class RLWalk:
|
|||
self.projector = Projector()
|
||||
if self.duck_config.speaker:
|
||||
self.sounds = Sounds(
|
||||
volume=1.0, sound_directory="src/mini_bdx_runtime/assets/"
|
||||
volume=1.0, sound_directory="mini_bdx_runtime/assets/"
|
||||
)
|
||||
if self.duck_config.antennas:
|
||||
self.antennas = Antennas()
|
||||
|
|
Loading…
Reference in a new issue