mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 15:57:39 +02:00
make explicit: zones shouldn't be in physics simulation
This commit is contained in:
parent
8e6394c95f
commit
a28d185afc
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ public:
|
|||
virtual bool isReadyToComputeShape() const override { return false; }
|
||||
virtual void setShapeType(ShapeType type) override;
|
||||
virtual ShapeType getShapeType() const override;
|
||||
bool shouldBePhysical() const override { return false; }
|
||||
|
||||
QString getCompoundShapeURL() const;
|
||||
virtual void setCompoundShapeURL(const QString& url);
|
||||
|
|
Loading…
Reference in a new issue