Match CParticleDataFactory::GetModVectorElement

This commit is contained in:
2025-05-13 13:49:53 -07:00
parent 053b5c9c5e
commit 03165e3e54
2 changed files with 33 additions and 17 deletions

View File

@@ -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;
};