fixed bug where dial would jump when touching different parts after turning
This commit is contained in:
@@ -79,6 +79,7 @@ def main(windowed_mode):
|
||||
running = False
|
||||
if event.type == pygame.MOUSEBUTTONDOWN:
|
||||
get_mouse_speed = True
|
||||
prev_mouse_pos = mouse_pos
|
||||
if event.type == pygame.MOUSEBUTTONUP:
|
||||
get_mouse_speed = False
|
||||
|
||||
|
Reference in New Issue
Block a user