mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
Merge branch 'master' into python_turtle
This commit is contained in:
@@ -55,7 +55,7 @@ void draw_turtle() {
|
||||
|
||||
if (t_mileage > 1000) {
|
||||
if (t_speed > 0) {
|
||||
Ion::msleep(8 * (8 - t_speed));
|
||||
Ion::Timing::msleep(8 * (8 - t_speed));
|
||||
t_mileage -= 1000;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user