Rename points -> intersectionPoints (#696)

This commit is contained in:
Lukas Klingsbo
2021-03-05 16:01:38 +01:00
committed by GitHub
parent e2c7a9bee8
commit 27f76d1a31
6 changed files with 12 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ class MyCollidable extends PositionComponent
}
@override
void onCollision(Set<Vector2> points, Collidable other) {
void onCollision(Set<Vector2> intersectionPoints, Collidable other) {
if (other is ScreenCollidable) {
_isWallHit = true;
return;