Fixed typo

This commit is contained in:
2025-06-26 16:44:40 +01:00
parent 3e4907f192
commit dafeb80b77

View File

@ -10,7 +10,7 @@ import numpy as np
import pygame import pygame
# TODO: Prevent another animation from starting when the wheel's spinning # TODO: Prevent another animation from starting when the wheel's spinning
# TODO: Convery fade in / out time to be random # TODO: Convert fade in / out time to be random
# TODO: Make random finer (to prevent a range of 4-5 only having two possible speeds) # TODO: Make random finer (to prevent a range of 4-5 only having two possible speeds)
def translate(value, aMin, aMax, bMin, bMax): def translate(value, aMin, aMax, bMin, bMax):