mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 22:27:41 +00:00
Match CParticleDataFactory::GetModVectorElement
This commit is contained in:
@@ -142,7 +142,7 @@ class CMVEBounce : public CModVectorElement {
|
||||
|
||||
public:
|
||||
CMVEBounce(CVectorElement* planePoint, CVectorElement* planeNormal, CRealElement* friction,
|
||||
CRealElement* restitution, bool e);
|
||||
CRealElement* restitution, const bool e);
|
||||
~CMVEBounce() override;
|
||||
bool GetValue(int frame, CVector3f& pVel, CVector3f& pPos) const override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user