Skip to content

Commit

Permalink
Revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Oct 5, 2023
1 parent 635a1f0 commit b288b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flame/test/camera/camera_component_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ void main() {
camera.viewfinder.add(
CrossHair(
size: Vector2.all(20),
position: Vector2(-2, 4),
position: camera.viewport.size / 2 + Vector2(-6, 0),
color: Colors.white,
),
);
Expand Down

0 comments on commit b288b5b

Please sign in to comment.