Stop new old sounds from playing during rewinding

This commit is contained in:
2021-11-26 19:57:03 +00:00
parent f29c200a27
commit e231b851d9
4 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ initialWorld = defaultWorld
}
testStringInit :: World -> [String]
testStringInit _ = []
testStringInit w = [show $ _rewinding w]