fixed function definition in update_screen
This commit is contained in:
parent
568e48f95d
commit
3a9be4e4ea
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class ProotState:
|
|||
matrix.SwapOnVSync(self.frame_canvas_prootScreen_3)
|
||||
|
||||
|
||||
def update_screen(blinkFrameCanvases, matrix):
|
||||
def update_screen(self, blinkFrameCanvases, matrix):
|
||||
|
||||
proot_state = ProotState()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue