Skip to content

Commit

Permalink
Merge pull request #3680 from TEParsons/_movieStimTex
Browse files Browse the repository at this point in the history
BF: Remove unecessary float call from movie stim
  • Loading branch information
peircej committed Mar 17, 2021
2 parents 27234f1 + 50334df commit c67b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/visual/movie3.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def __init__(self, win,
self.flipHoriz = flipHoriz
self.pos = numpy.asarray(pos, float)
self.depth = depth
self.opacity = float(opacity)
self.opacity = opacity
self.interpolate = interpolate
self.noAudio = noAudio
self._audioStream = None
Expand Down

0 comments on commit c67b0cd

Please sign in to comment.