Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Jan 17, 2021
1 parent 100097f commit ba01fd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/collision_detection.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:math' as math;

import 'extensions/vector2.dart';

/// Checks whether the [polygon] represented by the list of [Vector2] contains
Expand Down
2 changes: 0 additions & 2 deletions lib/components/mixins/hitbox.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'dart:ui';

import 'package:flame/extensions/canvas.dart';

import '../position_component.dart';
import '../../collision_detection.dart' as collision_detection;
import '../../extensions/vector2.dart';
Expand Down

0 comments on commit ba01fd2

Please sign in to comment.