summaryrefslogtreecommitdiff
path: root/lib/screens/level.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/screens/level.dart')
-rw-r--r--lib/screens/level.dart6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/screens/level.dart b/lib/screens/level.dart
index e2b2195..9c5823b 100644
--- a/lib/screens/level.dart
+++ b/lib/screens/level.dart
@@ -244,11 +244,7 @@ class _LevelState extends State<Level> with SingleTickerProviderStateMixin {
)),
),
body: Stack(children: [
- Arrows(
- notes: notes,
- position: _position != null
- ? _position!.inMilliseconds.toDouble()
- : 0.0),
+ Arrows(notes: notes),
Positioned(
top: 50,
width: MediaQuery.of(context).size.width,