mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 00:10:15 +02:00
Renamed some collision variables.
This commit is contained in:
parent
5461483bb5
commit
97aea20586
57 changed files with 162 additions and 173 deletions
|
@ -7,6 +7,6 @@ class TTripwire :
|
|||
public:
|
||||
TTripwire(TPinballTable* table, int groupIndex);
|
||||
~TTripwire() override = default;
|
||||
void Collision(TBall* ball, vector2* nextPosition, vector2* direction, float coef,
|
||||
void Collision(TBall* ball, vector2* nextPosition, vector2* direction, float distance,
|
||||
TEdgeSegment* edge) override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue