Skip to content

Commit

Permalink
Fix import on custom rockmeter layer in MegaLight V4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Oct 18, 2015
1 parent d5259fc commit f11608b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/themes/MegaLight V4/CustomRMLayers.py
@@ -1,7 +1,7 @@

from Rockmeter import *
from fofix.game.guitarscene import Rockmeter

class CoOpMeter(Group):
class CoOpMeter(Rockmeter.Group):
def __init__(self, stage, section):

super(CoOpMeter, self).__init__(stage, section)
Expand Down

0 comments on commit f11608b

Please sign in to comment.