mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 04:18:25 +08:00
Linting files
This commit is contained in:
@ -158,7 +158,6 @@ abstract class BodyComponent extends Component {
|
||||
canvas.drawPath(path, paint);
|
||||
}
|
||||
|
||||
|
||||
void _renderCircle(Canvas canvas, Fixture fixture) {
|
||||
final Vector2 center = Vector2.zero();
|
||||
final CircleShape circle = fixture.getShape();
|
||||
|
||||
Reference in New Issue
Block a user