mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 23:49:03 +00:00
rm no longer useful statement
This commit is contained in:
@@ -37,7 +37,6 @@ namespace BBM
|
||||
pointAx.x += vel.x;
|
||||
pointAy.y += vel.y;
|
||||
pointAz.z += vel.z;
|
||||
pointA += vel;
|
||||
}
|
||||
|
||||
Vector3f minAx = Vector3f::min(pointAx, pointAx + colA.bound);
|
||||
|
||||
Reference in New Issue
Block a user