MechContainer: make data private

This commit is contained in:
Arne Morten Kvarving 2025-02-05 12:55:34 +01:00
parent be0fbac68b
commit cda742b0ff

View File

@ -77,6 +77,7 @@ public:
bool allocated() const
{ return allocated_; }
private:
bool allocated_ = false;
ScalarBuffer potentialForce_;
ScalarBuffer potentialPressForce_;