Fix zoom bug

This commit is contained in:
2023-05-01 14:27:49 +01:00
parent 60e5e6ecae
commit 7b8b8750a9
2 changed files with 23 additions and 33 deletions
+13 -13
View File
@@ -45,16 +45,16 @@ chaseCrit =
chaseCritVocalization :: Vocalization
chaseCritVocalization =
Vocalization
seagullChatterS
[ seagullBarkS
, seagullChatterS
, seagullChatter1S
, seagullWhistleS
, seagullWhistle1S
, seagullCryS
, seagullCry1S
, seagullCry2S
]
(50,100)
0
Vocalization
seagullChatterS
[ seagullBarkS
, seagullChatterS
, seagullChatter1S
, seagullWhistleS
, seagullWhistle1S
, seagullCryS
, seagullCry1S
, seagullCry2S
]
(50, 200)
0