diff --git a/src/Guitar.py b/src/Guitar.py index c3f9e1e7f..378b41574 100644 --- a/src/Guitar.py +++ b/src/Guitar.py @@ -150,7 +150,7 @@ def renderFrets(self, visibility, song, controls): texture = None c = [.1 + .8 * c[0] + f, .1 + .8 * c[1] + f, .1 + .8 * c[2] + f, v] - self.draw3DKey(texture,self.keyMesh, x, y, c, n) + self.render3DKey(texture,self.keyMesh, x, y, c, n) glDisable(GL_DEPTH_TEST)