Skip to content

Commit

Permalink
Use player.number to include vocal parts
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzion committed Jul 29, 2010
1 parent 03613ad commit bc6a8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rockmeter.py
Expand Up @@ -517,7 +517,7 @@ def render(self, visibility):
self.engine.view.setOrthogonalProjection(normalize = True)
try:
for i,player in enumerate(self.scene.playerList):
p = player.guitarNum
p = player.number
self.updateVars(p)
if p is not None:
self.engine.view.setViewportHalf(self.scene.numberOfGuitars,p)
Expand Down

0 comments on commit bc6a8d1

Please sign in to comment.