Skip to content

Commit

Permalink
Analyze fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Jul 3, 2023
1 parent 98065d5 commit 0bdd88f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/game/components/powerup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class PowerUp extends SpriteComponent
case PowerUpType.weight:
ship.weightFactor *= 2;
case PowerUpType.secret:
// Does absolutely nothing, very mysterious!
// Does absolutely nothing, very mysterious!
}
}
}
1 change: 0 additions & 1 deletion lib/game/lightrunners_game.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:async';
import 'dart:ui';

import 'package:flame/camera.dart';
import 'package:flame/components.dart';
import 'package:flame/game.dart';
import 'package:flame/input.dart';
Expand Down

0 comments on commit 0bdd88f

Please sign in to comment.