mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
No TV looping
This commit is contained in:
parent
ead19d7c63
commit
567c556ebc
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ class DistributedTV(DistributedFurnitureItem):
|
|||
self.screen.setColor(1, 1, 1, 1)
|
||||
self.screen.setTexture(movie)
|
||||
self.screen.setTexScale(TextureStage.getDefault(), movie.getTexScale())
|
||||
self.sound.setLoop(True)
|
||||
self.sound.setTime(min(self.sound.length(), int(time.time() - startTime)))
|
||||
self.sound.play()
|
||||
|
||||
|
|
Loading…
Reference in a new issue