diff --git a/otp/movement/PyVec3.py b/otp/movement/PyVec3.py index 3701f9b..a31fd4f 100644 --- a/otp/movement/PyVec3.py +++ b/otp/movement/PyVec3.py @@ -4,7 +4,7 @@ import math class PyVec3: Epsilon = 0.0001 - ScalarTypes = (float, int, int) + ScalarTypes = (float, int) def __init__(self, *args): self.assign(*args)