fix deprecation warning

This commit is contained in:
Page Asgardius 2022-01-02 17:15:24 -07:00
parent 90dde57ccb
commit d00a0be121

12
r3.py
View file

@ -315,12 +315,12 @@ while running:
ax, ay = event.rel ax, ay = event.rel
bx = ax * 7 bx = ax * 7
by = ay * 7 by = ay * 7
cx = ax * 1 cx = ax * 3
cy = ay * 1 cy = ay * 3
dx = ax * 0.5 dx = ax * 2
dy = ay * 0.5 dy = ay * 2
ex = ax * 0.1 ex = ax * 1
ey = ay * 0.1 ey = ay * 1
if live: if live: