Skip to content

Commit 33ac7c9

Browse files
committed
Pre qual 13�
1 parent 2762ad9 commit 33ac7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils/bezier.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import 'package:flutter/material.dart';
88

99
import 'point.dart';
1010

11-
const double pointSize = 12;
12-
const double maxSpeed = 65;
11+
const double pointSize = 8;
12+
const double maxSpeed = 62;
1313
const double maxAccel = 180;
1414

1515
class Bezier {

0 commit comments

Comments
 (0)