refactor: removed unnecessary type

Co-authored-by: Erick <erickzanardoo@gmail.com>
pull/451/head
Alejandro Santiago 3 years ago committed by GitHub
parent feca96351c
commit a3e64c0115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save