Skip to content

Commit

Permalink
Fade effect should now be enabled for use
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Apr 4, 2011
1 parent 9501d22 commit 0f92ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Rockmeter.py
Expand Up @@ -703,8 +703,8 @@ def loadLayerFX(self, layer, section):
# layer.effects.append(Rotate(layer, fxsection))
elif t == types[2]:
layer.effects.append(Replace(layer, fxsection))
# else:
# layer.effects.append(Fade(layer, fxsection))
else:
layer.effects.append(Fade(layer, fxsection))

def createFont(self, section):

Expand Down

0 comments on commit 0f92ed2

Please sign in to comment.