mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 04:18:25 +08:00
formating and fixing warnings
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import 'dart:async';
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:flame/components/component.dart';
|
||||
@ -77,7 +78,5 @@ class TiledComponent extends Component {
|
||||
}
|
||||
|
||||
@override
|
||||
void update(double t) {
|
||||
// TODO: implement update
|
||||
}
|
||||
void update(double t) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user