Update lib/game/behaviors/camera_focusing_behavior.dart

Co-authored-by: Erick <erickzanardoo@gmail.com>
pull/446/head
Jochum van der Ploeg 3 years ago committed by GitHub
parent 3461d6119e
commit 0ffcc14c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ class CameraFocusingBehavior extends Component
GameStatus? _activeFocus;
final Vector2 _previousSize = Vector2.zero();
final _previousSize = Vector2.zero();
@override
bool listenWhen(GameState? previousState, GameState newState) {

Loading…
Cancel
Save