mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
fix typo
This commit is contained in:
@@ -237,7 +237,7 @@ class GameScreen:
|
||||
self.result_transition.draw(self.width, self.height, global_data.textures['shutter'][0], global_data.textures['shutter'][1])
|
||||
|
||||
def draw_3d(self):
|
||||
self.player_1.draw_3d(self)
|
||||
self.player_1.draw_3d()
|
||||
|
||||
class Player:
|
||||
TIMING_GOOD = 25.0250015258789
|
||||
|
||||
Reference in New Issue
Block a user